Skip to content

Commit 8cb29d4

Browse files
committed
Increase worker restart
1 parent 13d4da7 commit 8cb29d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# Skip musl for 3.8 and 3.9 since no upstream wheels
3838
CIBW_SKIP: "pp* *-win32 *musllinux_aarch64*"
3939
CIBW_TEST_REQUIRES: pytest pytest-xdist
40-
CIBW_TEST_COMMAND: python -c "import statsmodels; statsmodels.test(['-v','-n','2','--skip-examples','--skip-slow'], exit=True)"
40+
CIBW_TEST_COMMAND: python -c "import statsmodels; statsmodels.test(['-v','-n','2','--skip-examples','--skip-slow','--max-worker-restart','50'], exit=True)"
4141
# Avoid testing on emulated architectures and Pyodide
4242
CIBW_TEST_SKIP: "*-*linux_{aarch64,ppc64le,s390x} *pyodide*"
4343
CIBW_REPAIR_WHEEL_COMMAND_LINUX: 'auditwheel repair --strip -w {dest_dir} {wheel}'

0 commit comments

Comments
 (0)