mirror of
https://github.com/docker/docs.git
synced 2026-03-28 14:58:53 +07:00
Merge pull request #19602 from Microsoft/jjh/testrunexitonstdinclose
Windows CI: Fix TestRunExitOnStdinClose flakiness
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user