mirror of https://github.com/k3s-io/k3s
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.pull/564/head
parent
e476ab63cc
commit
4181422a3c
|
@ -40,7 +40,7 @@
|
||||||
# Override this to use a different kubectl binary.
|
# Override this to use a different kubectl binary.
|
||||||
kubectl=kubectl
|
kubectl=kubectl
|
||||||
linux_deployment_timeout=60
|
linux_deployment_timeout=60
|
||||||
windows_deployment_timeout=120
|
windows_deployment_timeout=180
|
||||||
output_file=/tmp/k8s-smoke-test.out
|
output_file=/tmp/k8s-smoke-test.out
|
||||||
|
|
||||||
function check_windows_nodes_are_ready {
|
function check_windows_nodes_are_ready {
|
||||||
|
|
Loading…
Reference in New Issue