Skip to content

Commit ad633de

Browse files
committed
Increase retry timeout.
1 parent 8771178 commit ad633de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ jobs:
3232
- name: Fetch GitHub jobs (with retry)
3333
uses: nick-invision/retry@v2
3434
with:
35-
timeout_minutes: 1
35+
timeout_minutes: 20
3636
max_attempts: 3
3737
shell: bash
3838
command: python3 scripts/gha/report_build_status.py --token ${{ github.token }} --days ${{ env.numDays }} --write_cache build_status_short.cache
3939
- name: Fetch extended GitHub jobs (with retry)
4040
uses: nick-invision/retry@v2
4141
with:
42-
timeout_minutes: 1
42+
timeout_minutes: 80
4343
max_attempts: 3
4444
shell: bash
4545
command: python3 scripts/gha/report_build_status.py --token ${{ github.token }} --days ${{ env.numDaysExtended }} --write_cache build_status.cache

0 commit comments

Comments
 (0)