mirror of https://github.com/docker/docs.git
Merge pull request #20005 from Microsoft/jjh/testrunrestartmaxretries
Windows CI: Up timeout TestRunRestartMaxRetries
This commit is contained in:
commit
2da5ad3bb0
|
@ -2683,7 +2683,7 @@ func (s *DockerSuite) TestRunRestartMaxRetries(c *check.C) {
|
|||
out, _ := dockerCmd(c, "run", "-d", "--restart=on-failure:3", "busybox", "false")
|
||||
timeout := 10 * time.Second
|
||||
if daemonPlatform == "windows" {
|
||||
timeout = 45 * time.Second
|
||||
timeout = 120 * time.Second
|
||||
}
|
||||
|
||||
id := strings.TrimSpace(string(out))
|
||||
|
|
Loading…
Reference in New Issue