From 03e24b2aa7c6a5715f1201793cd88de05a9cd635 Mon Sep 17 00:00:00 2001 From: Nodar Ambroladze Date: Thu, 22 Feb 2024 17:20:01 +0100 Subject: [PATCH] Increase wait time --- .github/workflows/testnode.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testnode.bash b/.github/workflows/testnode.bash index ff606487..21a431d4 100755 --- a/.github/workflows/testnode.bash +++ b/.github/workflows/testnode.bash @@ -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