Increase timeout for test with coverage job to match regular tests.

This commit is contained in:
Carifio24 2024-05-17 10:10:30 -04:00
Родитель f8c06fd45d
Коммит 22117b7a2e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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)