Skip to content

Commit 456aff6

Browse files
committed
ci: allow both builder cache flavors to warm
1 parent 13afb8e commit 456aff6

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/image-build.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,9 @@ jobs:
224224
continue-on-error: true
225225
environment: ci
226226
runs-on: ubuntu-22.04
227-
# Each warm flavor is roughly a full-tree compile.
228-
timeout-minutes: 120
227+
# The coverage and plain Go flavors are each full-tree compiles; leave
228+
# enough room for both nightly warms plus the UT cache seed steps.
229+
timeout-minutes: 180
229230
steps:
230231
- name: Checkout
231232
uses: actions/checkout@v6

0 commit comments

Comments
 (0)