Skip to content

Commit

Permalink
Update ci2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shenweichen committed Nov 11, 2022
1 parent 4db36c2 commit e8f4d81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci2.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
build:

runs-on: ubuntu-latest
timeout-minutes: 180
timeout-minutes: 360
strategy:
matrix:
python-version: [ 3.6,3.7 ]
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
pip install -q requests
pip install -e .
- name: Test with pytest
timeout-minutes: 180
timeout-minutes: 360
run: |
pip install -q pytest
pip install -q pytest-cov
Expand Down

0 comments on commit e8f4d81

Please sign in to comment.