Commit b7438274 authored by Mike Danese's avatar Mike Danese

Merge pull request #19659 from ihmccreery/timeout-reboot

Up timeout of gce-reboot Jenkins job
parents 7489cb6e 859ff3a7
...@@ -52,7 +52,7 @@ ...@@ -52,7 +52,7 @@
timeout: 90 timeout: 90
- 'gce-reboot': - '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.' 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': - 'gce-scalability':
description: 'Run scalability E2E tests on GCE using the latest successful build.' description: 'Run scalability E2E tests on GCE using the latest successful build.'
timeout: 210 timeout: 210
......
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