Skip to content

Commit c885e54

Browse files
author
Matthias Koeppe
committed
.github/workflows/ci-macos.yml (local-nohomebrew): Add self-destruct sequence
1 parent 9d924c8 commit c885e54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ jobs:
140140
# We use a high parallelization on purpose in order to catch possible parallelization bugs in the build scripts.
141141
# For doctesting, we use a lower parallelization to avoid timeouts.
142142
run: |
143+
(sleep 20000; pkill make) &
143144
MAKE="make -j12" tox -e $TOX_ENV -- SAGE_NUM_THREADS=6 $TARGETS
144145
- name: Prepare logs artifact
145146
run: |

0 commit comments

Comments
 (0)