Skip to content

Commit 7267c47

Browse files
authored
Increase test timeout
1 parent 6b69e36 commit 7267c47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
test:
1313
name: Test with Python ${{ matrix.python-version }} on ${{ matrix.os }}
1414
runs-on: ${{ matrix.os }}
15-
timeout-minutes: 10
15+
timeout-minutes: 20
1616
strategy:
1717
matrix:
1818
python-version: ['3.8', '3.9', '3.10']
@@ -37,4 +37,4 @@ jobs:
3737
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3838
- name: Test with pytest
3939
run: |
40-
pytest
40+
pytest

0 commit comments

Comments
 (0)