mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 02:11:09 +00:00
Merge pull request #111541 from endocrimes/dani/fix-timeout
test-e2e-node: set ginkgo test timeout to 24h
This commit is contained in:
commit
29fb8e8b5a
@ -53,7 +53,7 @@ ssh_options=${SSH_OPTIONS:-}
|
||||
kubelet_config_file=${KUBELET_CONFIG_FILE:-"test/e2e_node/jenkins/default-kubelet-config.yaml"}
|
||||
|
||||
# Parse the flags to pass to ginkgo
|
||||
ginkgoflags=""
|
||||
ginkgoflags="-timeout=24h"
|
||||
if [[ ${parallelism} -gt 1 ]]; then
|
||||
ginkgoflags="${ginkgoflags} -nodes=${parallelism} "
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user