Skip to content

Commit

Permalink
run containers for long time
Browse files Browse the repository at this point in the history
  • Loading branch information
shaleman committed Aug 9, 2016
1 parent 553cf6c commit eee9a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/systemtests/docker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func (d *docker) runContainer(spec containerSpec) (*container, error) {
}

if spec.commandName == "" {
spec.commandName = "sleep 60m"
spec.commandName = "sleep 600m"
}

if spec.name != "" {
Expand Down

0 comments on commit eee9a2d

Please sign in to comment.