Skip to content

Commit 2aae2a3

Browse files
committed
Increase await events timeout to 180sec
1 parent 510ec7e commit 2aae2a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/run-evmx-apps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ withdraw_funds() {
474474
await_events() {
475475
local expected_new_events=$1 # Number of new events to expect
476476
local event=$2 # Event ABI
477-
local timeout=60 # Maximum wait time in seconds
477+
local timeout=180 # Maximum wait time in seconds
478478
local interval=2 # Check every 2 seconds
479479
local elapsed=0 # Time elapsed
480480

0 commit comments

Comments
 (0)