We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ce836 commit 90e2959Copy full SHA for 90e2959
.github/workflows/test-localnet.yml
@@ -42,7 +42,7 @@ jobs:
42
mkdir -p ~/localnet && cd ~/localnet
43
mxpy localnet setup --configfile=${GITHUB_WORKSPACE}/localnet.toml
44
nohup mxpy localnet start --configfile=${GITHUB_WORKSPACE}/localnet.toml > localnet.log 2>&1 & echo $! > localnet.pid
45
- sleep 120 # Allow time for the testnet to fully start
+ sleep 10 # Allow time for the testnet to fully start
46
47
# Step 6: Install Node.js and dependencies
48
- name: Set up Node.js environment
0 commit comments