Skip to content

Commit 080d289

Browse files
committed
WIP: Try running windows tests with a single worker
Alternative approach on narrowing down the subprocess failures. Assumption is that no timeout will occour if all tests are run sequentially.
1 parent 919d9e9 commit 080d289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ stages:
147147
fi
148148
echo "##vso[task.setvariable variable=VS_COVERAGE_TOOL]$TOOL"
149149
150-
PYTHONFAULTHANDLER=1 pytest -rfEsXR -n 2 \
150+
PYTHONFAULTHANDLER=1 pytest -rfEsXR -n 1 \
151151
--maxfail=50 --timeout=300 --durations=25 \
152152
--junitxml=junit/test-results.xml --cov-report=xml --cov=lib
153153

0 commit comments

Comments
 (0)