Set a timeout of 1h for the "Various rustc tests" GHA workflow
Fixes #1368
This commit is contained in:
parent
9970b04646
commit
c7053b391c
4
.github/workflows/rustc.yml
vendored
4
.github/workflows/rustc.yml
vendored
@ -6,6 +6,7 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
bootstrap_rustc:
|
bootstrap_rustc:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
timeout-minutes: 60
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
@ -21,8 +22,11 @@ jobs:
|
|||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
run: ./scripts/test_bootstrap.sh
|
run: ./scripts/test_bootstrap.sh
|
||||||
|
|
||||||
|
|
||||||
rustc_test_suite:
|
rustc_test_suite:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
timeout-minutes: 60
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
Loading…
Reference in New Issue
Block a user