We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20f1004 commit 884c9dcCopy full SHA for 884c9dc
.github/workflows/cygwin-test.yml
@@ -65,7 +65,7 @@ jobs:
65
set +e
66
for t in {1..5}; do
67
echo "Starting try $t."
68
- timeout -s KILL 70s pip install ".[test]"
+ timeout -s KILL 2m pip install ".[test]"
69
status="$?"
70
((status == 137)) || break
71
done
0 commit comments