Commit b7217da
committed
ci: increase the GCB timeout
We've been seeing some timeouts from the `integration-daily`
build since disabling CI-build test-result caching. This
should not be too surprising given that the slow Spanner
backup/instance tests and samples already take a good part
of the allotted 1h, and are subject to scheduling delays in
the backend. So, increase the timeout to 2h.
I couldn't, for the life of me, figure out how to parameterize
the timeout with a `gcloud builds submit --substitutions=`,
and chose not to move the value out to a `--timeout=` flag,
so this simply raises the limit for all builds. Alternative
ideas are welcomed.1 parent 9cd83cc commit b7217da
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
0 commit comments