Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit c7053b3

Browse files
committed
Set a timeout of 1h for the "Various rustc tests" GHA workflow
Fixes rust-lang#1368
1 parent 9970b04 commit c7053b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/rustc.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
jobs:
77
bootstrap_rustc:
88
runs-on: ubuntu-latest
9+
timeout-minutes: 60
910

1011
steps:
1112
- uses: actions/checkout@v3
@@ -21,8 +22,11 @@ jobs:
2122

2223
- name: Test
2324
run: ./scripts/test_bootstrap.sh
25+
26+
2427
rustc_test_suite:
2528
runs-on: ubuntu-latest
29+
timeout-minutes: 60
2630

2731
steps:
2832
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)