Signed-off-by: John Howard <jhoward@microsoft.com>
| ... | ... |
@@ -2683,7 +2683,7 @@ func (s *DockerSuite) TestRunRestartMaxRetries(c *check.C) {
|
| 2683 | 2683 |
out, _ := dockerCmd(c, "run", "-d", "--restart=on-failure:3", "busybox", "false") |
| 2684 | 2684 |
timeout := 10 * time.Second |
| 2685 | 2685 |
if daemonPlatform == "windows" {
|
| 2686 |
- timeout = 45 * time.Second |
|
| 2686 |
+ timeout = 120 * time.Second |
|
| 2687 | 2687 |
} |
| 2688 | 2688 |
|
| 2689 | 2689 |
id := strings.TrimSpace(string(out)) |