mirror of https://github.com/k3s-io/k3s
Merge pull request #74754 from pjh/gce-windows-smoke-timeout
Increase Windows smoke-test timeout to 3 minutes.pull/564/head
commit
824883d08a
|
@ -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