From 22117b7a2e813f5fca9e9096fdbc2cabb1ee7854 Mon Sep 17 00:00:00 2001 From: Carifio24 Date: Fri, 17 May 2024 10:10:30 -0400 Subject: [PATCH] Increase timeout for test with coverage job to match regular tests. --- ci/azure-build-and-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/azure-build-and-test.yml b/ci/azure-build-and-test.yml index 777de085..47d149ee 100644 --- a/ci/azure-build-and-test.yml +++ b/ci/azure-build-and-test.yml @@ -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)