Skip to content

Commit

Permalink
Add timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
cffls committed Nov 7, 2024
1 parent 1ff9c05 commit c40987f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/test_resequence.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ wait_for_l2_block_number() {
tries=$((tries + 1))

echo "Current block number on $node_url: $latest_block, needed: $block_number. Waiting to try again."
sleep 10
sleep 60
done
}

Expand Down

0 comments on commit c40987f

Please sign in to comment.