Skip to content

Commit

Permalink
Bump retry count and sleep
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dentarg committed Jul 30, 2022
1 parent 3e11a89 commit d178d9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions with_retries
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Modified version of travis_retry
# https://github.com/travis-ci/travis-build/blob/04a1963de816b8618bb3d7e2e22d873f05ab4091/lib/travis/build/bash/travis_retry.bash

SLEEP_SECONDS=5
RETRY_COUNT=5
SLEEP_SECONDS=9
RETRY_COUNT=20

retry_command() {
local result=0
Expand Down

0 comments on commit d178d9b

Please sign in to comment.