Skip to content

Commit

Permalink
Increases inner timeout to match job-level timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
scottopell committed Dec 16, 2024
1 parent 7e93489 commit 3f92a28
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,6 @@ jobs:
path: ${{ runner.temp }}/submission-metadata

- name: Await job
timeout-minutes: 70
env:
RUST_LOG: info
run: |
Expand All @@ -424,7 +423,7 @@ jobs:
${{ runner.temp }}/bin/smp --team-id ${{ secrets.SINGLE_MACHINE_PERFORMANCE_TEAM_ID }} job status \
--wait \
--wait-delay-seconds 60 \
--wait-timeout-minutes 70 \
--wait-timeout-minutes 120 \
--submission-metadata ${{ runner.temp }}/submission-metadata
- name: Handle cancellation if necessary
Expand Down

0 comments on commit 3f92a28

Please sign in to comment.