Skip to content

Commit 4181422

Browse files
committed
Increase Windows smoke-test timeout to 3 minutes.
I recently lowered the timeout value to 2 minutes but this turned out to be too aggressive for now. 3 minutes is usually long enough for the test containers to come up. Note that this test is only used during development, it does not run continuously anywhere.
1 parent e476ab6 commit 4181422

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)