Merge pull request #24073 from fejta/jenkslow

Increase *-slow workflow timeouts to 150 as avg runtime is 50m
This commit is contained in:
Erick Fejta 2016-04-08 16:11:28 -07:00
commit c304f5ea06

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\] \