Skip to content

Commit 65bc8cc

Browse files
Update run-regression-test.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 9e2cb4b commit 65bc8cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-regression-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ if ! test -f ${RUN_JAR:+${RUN_JAR}}; then
189189
else
190190
echo "Command failed on attempt ${attempt}"
191191
if [[ ${attempt} -lt ${max_attempts} ]]; then
192-
sleep $((attempt * 5)) # Exponential backoff
192+
sleep $((attempt * 5)) # Linear backoff
193193
fi
194194
((attempt++))
195195
fi

0 commit comments

Comments
 (0)