Explorar el Código

Merge pull request #19602 from Microsoft/jjh/testrunexitonstdinclose

Windows CI: Fix TestRunExitOnStdinClose flakiness
Sebastiaan van Stijn hace 9 años
padre
commit
717ced8dd7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 	delay := 1
 	if daemonPlatform == "windows" {
 	if daemonPlatform == "windows" {
 		meow = "cat"
 		meow = "cat"
-		delay = 5
+		delay = 60
 	}
 	}
 	runCmd := exec.Command(dockerBinary, "run", "--name", name, "-i", "busybox", meow)
 	runCmd := exec.Command(dockerBinary, "run", "--name", name, "-i", "busybox", meow)