Skip to content

Commit

Permalink
Increase timeout for test with coverage job to match regular tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carifio24 committed May 17, 2024
1 parent f8c06fd commit 22117b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/azure-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:
set -x
\conda install -y pytest-cov pytest-remotedata pytest-timeout
python setup.py build
pytest -v -s pywwt -p no:warnings --timeout=180 --timeout_method=thread --cov-report=xml --cov=pywwt
pytest -v -s pywwt -p no:warnings --timeout=1800 --timeout_method=thread --cov-report=xml --cov=pywwt
displayName: Test with coverage
- bash: bash <(curl -s https://codecov.io/bash)
Expand Down

0 comments on commit 22117b7

Please sign in to comment.