Merge pull request #19659 from ihmccreery/timeout-reboot

Up timeout of gce-reboot Jenkins job
pull/6/head
Mike Danese 2016-01-14 09:57:49 -08:00
commit b7438274dc
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@
timeout: 90
- 'gce-reboot':
description: 'Run E2E reboot tests on GCE using the latest successful build. The reboot tests are currently flaky and causing other tests to fail, so we quarantine them into this project and dedicated test cluster.'
timeout: 90
timeout: 300
- 'gce-scalability':
description: 'Run scalability E2E tests on GCE using the latest successful build.'
timeout: 210