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 4952a72 commit b5865ffCopy full SHA for b5865ff
.github/workflows/cygwin-test.yml
@@ -63,9 +63,9 @@ jobs:
63
- name: Install project and test dependencies
64
run: |
65
set +e
66
- for t in {1..5}; do
+ for t in {1..10}; do
67
echo "Starting try $t."
68
- timeout -s KILL "$((30 * (t + 1)))"s pip install ".[test]"
+ timeout -s KILL "$((10 + t * 20))"s pip install ".[test]"
69
status="$?"
70
((status == 137)) || break
71
done
0 commit comments