add a timeout for job runs in case something gets stuck

This commit is contained in:
James DeFelice
2016-01-08 16:14:55 +00:00
parent b7438274dc
commit bc92fd6a02
3 changed files with 27 additions and 4 deletions

View File

@@ -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" "$@"