Kaynağa Gözat

Merge pull request #19602 from Microsoft/jjh/testrunexitonstdinclose

Windows CI: Fix TestRunExitOnStdinClose flakiness
Sebastiaan van Stijn 9 yıl önce
ebeveyn
işleme
717ced8dd7
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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)