Skip to content

Commit 0bb96d1

Browse files
committed
CI: tests may hang on PyPy
1 parent c2e48b3 commit 0bb96d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tox.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ env:
88
jobs:
99
tox:
1010
name: ${{ matrix.os }} / ${{ matrix.python-version }}
11+
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idtimeout-minutes
12+
timeout-minutes: 10
1113
runs-on: ${{ matrix.os }}
1214
strategy:
1315
fail-fast: false

0 commit comments

Comments
 (0)