We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4db36c2 commit e8f4d81Copy full SHA for e8f4d81
1 file changed
.github/workflows/ci2.yml
@@ -14,7 +14,7 @@ jobs:
14
build:
15
16
runs-on: ubuntu-latest
17
- timeout-minutes: 180
+ timeout-minutes: 360
18
strategy:
19
matrix:
20
python-version: [ 3.6,3.7 ]
@@ -81,7 +81,7 @@ jobs:
81
pip install -q requests
82
pip install -e .
83
- name: Test with pytest
84
85
run: |
86
pip install -q pytest
87
pip install -q pytest-cov
0 commit comments