We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 510ec7e commit 2aae2a3Copy full SHA for 2aae2a3
1 file changed
script/run-evmx-apps.sh
@@ -474,7 +474,7 @@ withdraw_funds() {
474
await_events() {
475
local expected_new_events=$1 # Number of new events to expect
476
local event=$2 # Event ABI
477
- local timeout=60 # Maximum wait time in seconds
+ local timeout=180 # Maximum wait time in seconds
478
local interval=2 # Check every 2 seconds
479
local elapsed=0 # Time elapsed
480
0 commit comments