We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8771178 commit ad633deCopy full SHA for ad633de
.github/workflows/build-report.yml
@@ -32,14 +32,14 @@ jobs:
32
- name: Fetch GitHub jobs (with retry)
33
uses: nick-invision/retry@v2
34
with:
35
- timeout_minutes: 1
+ timeout_minutes: 20
36
max_attempts: 3
37
shell: bash
38
command: python3 scripts/gha/report_build_status.py --token ${{ github.token }} --days ${{ env.numDays }} --write_cache build_status_short.cache
39
- name: Fetch extended GitHub jobs (with retry)
40
41
42
+ timeout_minutes: 80
43
44
45
command: python3 scripts/gha/report_build_status.py --token ${{ github.token }} --days ${{ env.numDaysExtended }} --write_cache build_status.cache
0 commit comments