Skip to content

Commit bac2705

Browse files
authored
ci: add timeout on the test job (#955)
1 parent 1bb16fa commit bac2705

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/shared.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525

2626
test:
2727
runs-on: ${{ matrix.os }}
28+
timeout-minutes: 10
2829
strategy:
2930
matrix:
3031
python-version: ["3.10", "3.11", "3.12", "3.13"]

0 commit comments

Comments
 (0)