Decrease sleep to 2 seconds

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby 2016-08-03 15:25:27 -07:00
parent cfde8e7855
commit 94b1bb82e1
1 changed files with 1 additions and 1 deletions

View File

@ -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)