mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Decrease sleep to 2 seconds
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
cfde8e7855
commit
94b1bb82e1
1 changed files with 1 additions and 1 deletions
|
@ -874,7 +874,7 @@ func (s *DockerSuite) TestContainerApiWait(c *check.C) {
|
|||
if daemonPlatform == "windows" {
|
||||
sleepCmd = "sleep"
|
||||
}
|
||||
dockerCmd(c, "run", "--name", name, "busybox", sleepCmd, "5")
|
||||
dockerCmd(c, "run", "--name", name, "busybox", sleepCmd, "2")
|
||||
|
||||
status, body, err := sockRequest("POST", "/containers/"+name+"/wait", nil)
|
||||
c.Assert(err, checker.IsNil)
|
||||
|
|
Loading…
Reference in a new issue