There was an error while loading. Please reload this page.
1 parent 13afb8e commit 456aff6Copy full SHA for 456aff6
1 file changed
.github/workflows/image-build.yaml
@@ -224,8 +224,9 @@ jobs:
224
continue-on-error: true
225
environment: ci
226
runs-on: ubuntu-22.04
227
- # Each warm flavor is roughly a full-tree compile.
228
- timeout-minutes: 120
+ # The coverage and plain Go flavors are each full-tree compiles; leave
+ # enough room for both nightly warms plus the UT cache seed steps.
229
+ timeout-minutes: 180
230
steps:
231
- name: Checkout
232
uses: actions/checkout@v6
0 commit comments