Skip to content

Commit 20f1004

Browse files
committed
Use SIGKILL
1 parent 0b82dc6 commit 20f1004

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cygwin-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ jobs:
6565
set +e
6666
for t in {1..5}; do
6767
echo "Starting try $t."
68-
timeout 70s pip install ".[test]"
68+
timeout -s KILL 70s pip install ".[test]"
6969
status="$?"
70-
((status == 124)) || break
70+
((status == 137)) || break
7171
done
7272
exit "$status"
7373

0 commit comments

Comments
 (0)