Skip to content

Commit 74e7483

Browse files
committed
ci: bound the test job at 20 minutes
1 parent 1787051 commit 74e7483

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
matrix:
2323
os: [ubuntu-latest, windows-latest]
2424
runs-on: ${{ matrix.os }}
25+
timeout-minutes: 20
2526
steps:
2627
- uses: actions/checkout@v4
2728
- uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)