Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4952a72

Browse files
committed
Give each try a little more time than the last
Since it has to verify previous work.
1 parent884c9dc commit4952a72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/cygwin-test.yml

Lines changed: 1 addition & 1 deletion
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 KILL2m pip install ".[test]"
68+
timeout -s KILL"$((30 * (t + 1)))"s pip install ".[test]"
6969
status="$?"
7070
((status == 137)) || break
7171
done

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp