Skip to content

Commit e8f4d81

Browse files
authored
Update ci2.yml
1 parent 4db36c2 commit e8f4d81

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build:
1515

1616
runs-on: ubuntu-latest
17-
timeout-minutes: 180
17+
timeout-minutes: 360
1818
strategy:
1919
matrix:
2020
python-version: [ 3.6,3.7 ]
@@ -81,7 +81,7 @@ jobs:
8181
pip install -q requests
8282
pip install -e .
8383
- name: Test with pytest
84-
timeout-minutes: 180
84+
timeout-minutes: 360
8585
run: |
8686
pip install -q pytest
8787
pip install -q pytest-cov

0 commit comments

Comments
 (0)