Windows CI: Up timeout TestRunRestartMaxRetries

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard 2016-02-04 11:59:13 -08:00
parent 8038e32237
commit 4a2122e020
1 changed files with 1 additions and 1 deletions

View File

@ -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))