Skip to content

Commit eba64ef

Browse files
authored
ci: timeout for test suite runs to 30 minutes (#2426)
1 parent 0f513d2 commit eba64ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-suite.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
tests:
1212
name: "Python ${{ matrix.python-version }} ${{ matrix.os }}"
1313
runs-on: "${{ matrix.os }}"
14+
timeout-minutes: 30
1415
strategy:
1516
matrix:
1617
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

0 commit comments

Comments
 (0)