Skip to content

Commit d178d9b

Browse files
committed
Bump retry count and sleep
5 wasn't enough here: https://github.com/Starkast/wikimum/runs/7590938077?check_suite_focus=true Probably doesn't hurt to sleep a little longer between retries.
1 parent 3e11a89 commit d178d9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

with_retries

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# Modified version of travis_retry
44
# https://github.com/travis-ci/travis-build/blob/04a1963de816b8618bb3d7e2e22d873f05ab4091/lib/travis/build/bash/travis_retry.bash
55

6-
SLEEP_SECONDS=5
7-
RETRY_COUNT=5
6+
SLEEP_SECONDS=9
7+
RETRY_COUNT=20
88

99
retry_command() {
1010
local result=0

0 commit comments

Comments
 (0)