Skip to content

Commit 90e2959

Browse files
committed
decrease integration waiting time
1 parent 16ce836 commit 90e2959

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-localnet.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
mkdir -p ~/localnet && cd ~/localnet
4343
mxpy localnet setup --configfile=${GITHUB_WORKSPACE}/localnet.toml
4444
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
45+
sleep 10 # Allow time for the testnet to fully start
4646
4747
# Step 6: Install Node.js and dependencies
4848
- name: Set up Node.js environment

0 commit comments

Comments
 (0)