Bump linux bazel cache timeout to 30 minutes (#139491)

We're seeing some timeouts recently in the 15 minute range.
Mac timeouts are already at 60 min.
This commit is contained in:
Jonathan Budzenski 2022-08-25 12:11:11 -04:00 committed by GitHub
parent 9307cacf7d
commit a2f3e3bd7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -135,7 +135,7 @@ steps:
label: 'Populate local dev bazel cache (Linux)'
agents:
queue: n2-4-spot
timeout_in_minutes: 15
timeout_in_minutes: 30
retry:
automatic:
- exit_status: '-1'