Skip to content

Commit

Permalink
Increase wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
anodar committed Feb 22, 2024
1 parent 3ed91b5 commit 03e24b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testnode.bash
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# run l2 transactions to make sure node is working

timeout 60 ${GITHUB_WORKSPACE}/test-node.bash --init --dev --detach || exit_status=$?
sleep 5m
sleep 15m
${GITHUB_WORKSPACE}/test-node.bash script send-l2 --ethamount 100 --to user_l2user --wait

if [ -n "$exit_status" ] && [ $exit_status -ne 0 ] && [ $exit_status -ne 124 ]; then
Expand Down

0 comments on commit 03e24b2

Please sign in to comment.