We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b69e36 commit 7267c47Copy full SHA for 7267c47
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
test:
13
name: Test with Python ${{ matrix.python-version }} on ${{ matrix.os }}
14
runs-on: ${{ matrix.os }}
15
- timeout-minutes: 10
+ timeout-minutes: 20
16
strategy:
17
matrix:
18
python-version: ['3.8', '3.9', '3.10']
@@ -37,4 +37,4 @@ jobs:
37
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
38
- name: Test with pytest
39
run: |
40
- pytest
+ pytest
0 commit comments