Commit 999ee9a2 authored by Joe Finney's avatar Joe Finney

Bump kubernetes-test-go timeout.

parent 4638f2f3
...@@ -74,16 +74,16 @@ ...@@ -74,16 +74,16 @@
- 'go': - 'go':
branch: 'master' branch: 'master'
cron-string: '{sq-cron-string}' cron-string: '{sq-cron-string}'
timeout: 80 timeout: 100
- 'go-release-1.2': - 'go-release-1.2':
branch: 'release-1.2' branch: 'release-1.2'
# Every 3 hours # Every 3 hours
cron-string: 'H H/3 * * *' cron-string: 'H H/3 * * *'
timeout: 50 timeout: 100
- 'go-release-1.1': - 'go-release-1.1':
branch: 'release-1.1' branch: 'release-1.1'
# Every 6 hours # Every 6 hours
cron-string: 'H H/12 * * *' cron-string: 'H H/12 * * *'
timeout: 30 timeout: 60
jobs: jobs:
- 'kubernetes-test-{suffix}' - 'kubernetes-test-{suffix}'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment