Skip to content

Commit

Permalink
Set a timeout of 1h for the "Various rustc tests" GHA workflow
Browse files Browse the repository at this point in the history
Fixes #1368
  • Loading branch information
bjorn3 committed Apr 9, 2023
1 parent 9970b04 commit c7053b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/rustc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
jobs:
bootstrap_rustc:
runs-on: ubuntu-latest
timeout-minutes: 60

steps:
- uses: actions/checkout@v3
Expand All @@ -21,8 +22,11 @@ jobs:

- name: Test
run: ./scripts/test_bootstrap.sh


rustc_test_suite:
runs-on: ubuntu-latest
timeout-minutes: 60

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit c7053b3

Please sign in to comment.