Skip to content

Commit

Permalink
set long second counter for waiting block
Browse files Browse the repository at this point in the history
  • Loading branch information
BuddyGlas committed Nov 27, 2024
1 parent cb09e87 commit d82bf71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js-packages/scripts/wait_for_first_block.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ while ! had_new_block ; do
counter=$((counter+1))
echo "counter="$counter
sleep 6
if [ $counter -gt 10 ]; then
if [ $counter -gt 400 ]; then
exit 1;
fi
done
Expand Down

0 comments on commit d82bf71

Please sign in to comment.