Skip to content

Commit

Permalink
More time for localnet to start.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Sep 20, 2024
1 parent 846101f commit 5a21fef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-localnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
mkdir -p ~/localnet && cd ~/localnet
mxpy localnet setup
nohup mxpy localnet start > localnet.log 2>&1 & echo $! > localnet.pid
sleep 90 # Allow time for the testnet to fully start
sleep 120 # Allow time for the testnet to fully start
# Step 6: Install Node.js and dependencies
- name: Set up Node.js environment
Expand Down

0 comments on commit 5a21fef

Please sign in to comment.