Skip to content

Commit e9209d7

Browse files
committed
ci: cap unit test jobs at 30 minutes
1 parent 9630f3b commit e9209d7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/run-all-tests-pr.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
tests:
4545
name: unit tests
4646
runs-on: ${{ matrix.os }}
47+
timeout-minutes: 30
4748
strategy:
4849
matrix:
4950
os: [windows-latest, ubuntu-latest, ubuntu-24.04-arm, macos-latest]

0 commit comments

Comments
 (0)