Skip to content

Commit 79244f6

Browse files
committed
Use more retry attempts due to the occassional timeouts.
1 parent 7352d3e commit 79244f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/scripts/scalyr-query.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SCALYR_TOOL_QUERY=$1
1010

1111
function retry_on_failure {
1212
i=1
13-
retry_attempts=5
13+
retry_attempts=6
1414
sleep_delay=15
1515

1616
until [ "${i}" -ge "${retry_attempts}" ]

0 commit comments

Comments
 (0)