Forráskód Böngészése

Windows CI: Fix TestRunExitOnStdinClose

Signed-off-by: John Howard <jhoward@microsoft.com>
John Howard 9 éve
szülő
commit
4bfc5d4606
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      integration-cli/docker_cli_run_test.go

+ 1 - 1
integration-cli/docker_cli_run_test.go

@@ -1717,7 +1717,7 @@ func (s *DockerSuite) TestRunExitOnStdinClose(c *check.C) {
 	delay := 1
 	if daemonPlatform == "windows" {
 		meow = "cat"
-		delay = 5
+		delay = 60
 	}
 	runCmd := exec.Command(dockerBinary, "run", "--name", name, "-i", "busybox", meow)