Set a timeout of 1h for the "Various rustc tests" GHA workflow

Fixes #1368
This commit is contained in:
bjorn3 2023-04-09 13:01:10 +00:00
parent 9970b04646
commit c7053b391c

View File

@ -6,6 +6,7 @@ on:
jobs:
bootstrap_rustc:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- uses: actions/checkout@v3
@ -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