Skip to content

Commit 73072bf

Browse files
sbryngelsonclaude
andcommitted
Add required timeout_minutes to nick-fields/retry steps
nick-fields/retry@v3 requires either timeout_minutes or timeout_seconds. Set to 480 minutes to match the GHA job timeout. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 197813a commit 73072bf

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/bench.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
with:
106106
max_attempts: 3
107107
retry_wait_seconds: 60
108+
timeout_minutes: 480
108109
command: |
109110
(cd pr && ${{ matrix.build_script }}) &
110111
(cd master && ${{ matrix.build_script }}) &

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ jobs:
255255
with:
256256
max_attempts: 3
257257
retry_wait_seconds: 60
258+
timeout_minutes: 480
258259
command: bash .github/workflows/${{ matrix.cluster }}/build.sh ${{ matrix.device }} ${{ matrix.interface }}
259260

260261
- name: Test

0 commit comments

Comments
 (0)