Skip to content

Commit 5b306aa

Browse files
TEMP: try a sleep after test command
1 parent 7f56567 commit 5b306aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
env:
9696
CIBW_BUILD: ${{ matrix.python }}*64
9797
CIBW_TEST_EXTRAS: dev
98-
CIBW_TEST_COMMAND: pytest {project}/tests --cov-report xml:${{ matrix.cov_file }} --junit-xml=${{ matrix.results_file }}
98+
CIBW_TEST_COMMAND: pytest {project}/tests --cov-report xml:${{ matrix.cov_file }} --junit-xml=${{ matrix.results_file }} && sleep 3
9999
# Run with faulthandler and -s in the hope we get a stack trace on seg fault on windows...
100100
CIBW_TEST_COMMAND_WINDOWS: python -X faulthandler -m pytest -s {project}/tests --cov-report xml:${{ matrix.cov_file }} --junit-xml=${{ matrix.results_file }}
101101
# Disable auditwheel as it isn't compatible with setuptools_dso approach

0 commit comments

Comments
 (0)