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 3e11a89 commit d178d9bCopy full SHA for d178d9b
with_retries
@@ -3,8 +3,8 @@
3
# Modified version of travis_retry
4
# https://github.com/travis-ci/travis-build/blob/04a1963de816b8618bb3d7e2e22d873f05ab4091/lib/travis/build/bash/travis_retry.bash
5
6
-SLEEP_SECONDS=5
7
-RETRY_COUNT=5
+SLEEP_SECONDS=9
+RETRY_COUNT=20
8
9
retry_command() {
10
local result=0
0 commit comments