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:
colormap: xterm
- timeout:
timeout: 30
timeout: '{timeout}'
fail: true
- timestamps
- raw:
@ -69,7 +69,9 @@
suffix:
- 'go':
branch: 'master'
timeout: 45
- 'go-release-1.1':
branch: 'release-1.1'
timeout: 30
jobs:
- 'kubernetes-test-{suffix}'