Bump timeout for kubernetes-test-go to 45m

This commit is contained in:
Jeff Grafton 2016-02-25 14:51:00 -08:00
parent df234d83cd
commit 67ada27250

View File

@ -47,7 +47,7 @@
- ansicolor: - ansicolor:
colormap: xterm colormap: xterm
- timeout: - timeout:
timeout: 30 timeout: '{timeout}'
fail: true fail: true
- timestamps - timestamps
- raw: - raw:
@ -69,7 +69,9 @@
suffix: suffix:
- 'go': - 'go':
branch: 'master' branch: 'master'
timeout: 45
- 'go-release-1.1': - 'go-release-1.1':
branch: 'release-1.1' branch: 'release-1.1'
timeout: 30
jobs: jobs:
- 'kubernetes-test-{suffix}' - 'kubernetes-test-{suffix}'