Increase *-slow workflow timeouts to 150 as avg runtime is 50m

pull/6/head
Erick Fejta 2016-04-08 15:54:49 -07:00
parent 2fb745f01d
commit 7d2055a762
1 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@
export PROJECT="k8s-jkns-e2e-gce"
- 'gce-slow':
description: 'Runs slow tests on GCE, sequentially.'
timeout: 60
timeout: 150 # See #24072
job-env: |
export GINKGO_TEST_ARGS="--ginkgo.focus=\[Slow\] \
--ginkgo.skip=\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]"
@ -186,7 +186,7 @@
export GINKGO_PARALLEL="y"
- 'gke-slow':
description: 'Run slow E2E tests on GKE using the latest successful build.'
timeout: 60
timeout: 150 # See #24072
job-env: |
export PROJECT="k8s-jkns-e2e-gke-slow"
export GINKGO_TEST_ARGS="--ginkgo.focus=\[Slow\] \