Skip to content

Commit

Permalink
make localnet wait longer
Browse files Browse the repository at this point in the history
  • Loading branch information
buffalu committed Jan 16, 2025
1 parent dc5bac6 commit 970089c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/localnet-sanity.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ startNode() {
waitForNodeToInit() {
declare initCompleteFile=$1
while [[ ! -r $initCompleteFile ]]; do
if [[ $SECONDS -ge 300 ]]; then
if [[ $SECONDS -ge 600 ]]; then
echo "^^^ +++"
echo "Error: $initCompleteFile not found in $SECONDS seconds"
exit 1
Expand Down

0 comments on commit 970089c

Please sign in to comment.