Skip to content

Commit 824883d

Browse files
authored
Merge pull request kubernetes#74754 from pjh/gce-windows-smoke-timeout
Increase Windows smoke-test timeout to 3 minutes.
2 parents 4f01eb5 + 4181422 commit 824883d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster/gce/windows/smoke-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
# Override this to use a different kubectl binary.
4141
kubectl=kubectl
4242
linux_deployment_timeout=60
43-
windows_deployment_timeout=120
43+
windows_deployment_timeout=180
4444
output_file=/tmp/k8s-smoke-test.out
4545

4646
function check_windows_nodes_are_ready {

0 commit comments

Comments
 (0)