Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
debjit-bw committed Oct 11, 2024
1 parent 84c9302 commit 87b233c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/generate_test_vectors.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,15 @@ check_nethermind_availability() {
# return 0
}

echo "Waiting for Nethermind to become available..."

# Wait for Nethermind to become available
while ! check_nethermind_availability; do
sleep 2
done

echo "Nethermind is available"

BLOCK_COUNTER=0

function make_block() {
Expand Down Expand Up @@ -156,6 +160,7 @@ function make_block() {
N=5

for ((i = 1; i <= N; i++)); do
echo "Making block $i"
make_block
done

0 comments on commit 87b233c

Please sign in to comment.