From 473e284af8c24c95ebbed6a6317f86921603706e Mon Sep 17 00:00:00 2001 From: danielailie Date: Wed, 11 Sep 2024 15:32:47 +0300 Subject: [PATCH] Fix start localnet --- .github/workflows/test-localnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-localnet.yml b/.github/workflows/test-localnet.yml index c204589c..2f180234 100644 --- a/.github/workflows/test-localnet.yml +++ b/.github/workflows/test-localnet.yml @@ -41,7 +41,7 @@ jobs: # Start the local testnet with mxpy mkdir -p ~/localnet && cd ~/localnet mxpy localnet setup - nohup mxpy localnet start + nohup mxpy localnet start & sleep 60 # Allow time for the testnet to fully start # Step 6: Install Node.js and dependencies