Windows CI: Up timeout TestRunRestartMaxRetries
Signed-off-by: John Howard <jhoward@microsoft.com> Upstream-commit: 4a2122e020f2f4637b2a32e1ba2bfa3511988f8f Component: engine
This commit is contained in:
@ -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))
|
||||
|
||||
Reference in New Issue
Block a user