We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d924c8 commit c885e54Copy full SHA for c885e54
.github/workflows/ci-macos.yml
@@ -140,6 +140,7 @@ jobs:
140
# We use a high parallelization on purpose in order to catch possible parallelization bugs in the build scripts.
141
# For doctesting, we use a lower parallelization to avoid timeouts.
142
run: |
143
+ (sleep 20000; pkill make) &
144
MAKE="make -j12" tox -e $TOX_ENV -- SAGE_NUM_THREADS=6 $TARGETS
145
- name: Prepare logs artifact
146
0 commit comments