Skip to content

Commit 884c9dc

Browse files
committed
Increase timeout from 70 to 120 seconds per try
1 parent 20f1004 commit 884c9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cygwin-test.yml

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

0 commit comments

Comments
 (0)