Browse code

Windows CI: Fix TestRunExitOnStdinClose

Signed-off-by: John Howard <jhoward@microsoft.com>

John Howard authored on 2016/01/23 11:27:15
Showing 1 changed files
... ...
@@ -1717,7 +1717,7 @@ func (s *DockerSuite) TestRunExitOnStdinClose(c *check.C) {
1717 1717
 	delay := 1
1718 1718
 	if daemonPlatform == "windows" {
1719 1719
 		meow = "cat"
1720
-		delay = 5
1720
+		delay = 60
1721 1721
 	}
1722 1722
 	runCmd := exec.Command(dockerBinary, "run", "--name", name, "-i", "busybox", meow)
1723 1723