Skip to content

Commit

Permalink
chore(ci): set regression workflow timeouts to 70 mins (#21582)
Browse files Browse the repository at this point in the history
  • Loading branch information
pront authored Oct 22, 2024
1 parent 86c313f commit 21ae5d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ jobs:
submit-job:
name: Submit regression job
runs-on: ubuntu-22.04
timeout-minutes: 60
timeout-minutes: 70
needs:
- compute-metadata
- upload-baseline-image-to-ecr
Expand Down Expand Up @@ -479,7 +479,7 @@ jobs:
path: ${{ runner.temp }}/submission-metadata

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

0 comments on commit 21ae5d0

Please sign in to comment.