mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-25 20:29:56 +00:00
add a timeout for job runs in case something gets stuck
This commit is contained in:
@@ -30,4 +30,4 @@ TEST_ARGS="$@"
|
||||
|
||||
echo "Running e2e tests:" 1>&2
|
||||
echo "./hack/ginkgo-e2e.sh ${TEST_ARGS}" 1>&2
|
||||
exec "${KUBE_ROOT}/hack/ginkgo-e2e.sh" ${TEST_ARGS}
|
||||
exec "${KUBE_ROOT}/hack/ginkgo-e2e.sh" "$@"
|
||||
|
Reference in New Issue
Block a user