Skip to content

Commit 11ad11d

Browse files
committed
Change number of workers
1 parent bb13ec4 commit 11ad11d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ pr:
1616
- 1.4.x
1717

1818
variables:
19-
PYTEST_WORKERS: auto
19+
# Not auto to (hopefully) stabilize threading timeouts from pyarrow
20+
PYTEST_WORKERS: 2
2021
PYTEST_TARGET: pandas
2122
PATTERN: "not slow and not high_memory and not db and not network"
2223
PANDAS_CI: 1

0 commit comments

Comments
 (0)