소스 검색

Merge pull request #20870 from Microsoft/jjh/testupdaterestartpolicy

Windows CI: TestUpdateRestartPolicy flakiness
David Calavera 9 년 전
부모
커밋
00f9c2ce59
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      integration-cli/docker_cli_update_test.go

+ 1 - 1
integration-cli/docker_cli_update_test.go

@@ -12,7 +12,7 @@ func (s *DockerSuite) TestUpdateRestartPolicy(c *check.C) {
 	out, _ := dockerCmd(c, "run", "-d", "--restart=on-failure:3", "busybox", "sh", "-c", "sleep 1 && false")
 	out, _ := dockerCmd(c, "run", "-d", "--restart=on-failure:3", "busybox", "sh", "-c", "sleep 1 && false")
 	timeout := 60 * time.Second
 	timeout := 60 * time.Second
 	if daemonPlatform == "windows" {
 	if daemonPlatform == "windows" {
-		timeout = 100 * time.Second
+		timeout = 150 * time.Second
 	}
 	}
 
 
 	id := strings.TrimSpace(string(out))
 	id := strings.TrimSpace(string(out))