Skip to content

Commit

Permalink
release: increase bincheck timeout
Browse files Browse the repository at this point in the history
Increase overall timeout for bincheck in order to be less flaky running
the tests on GitHub runners.

Epic: none
Release note: None
  • Loading branch information
rail committed Apr 26, 2023
1 parent 59b3c11 commit e054ffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/release/bincheck/bincheck
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ echo ""
"$cockroach" start-single-node --insecure --listening-url-file="$urlfile" --enterprise-encryption=path=cockroach-data,key=aes-128.key,old-key=plain --pid-file="$pidfile" &

trap "kill -9 $! || true" EXIT
for i in {0..3}
for i in {0..8}
do
[[ -f "$urlfile" ]] && break
backoff=$((2 ** i))
Expand Down

0 comments on commit e054ffd

Please sign in to comment.