Skip to content

Commit

Permalink
print sync node log
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanchez committed Jan 3, 2025
1 parent 12496ab commit 4b77f20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_snapshot_sync.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ cp ./priv_validator_state.json $home/data/

echo "> Starting snapshot sync node"
tmux new-session -d -s snapshot "$CHAIN_BINARY start --home $home 2>&1 | tee $log"
cat $log

sleep 120
catching_up=$(curl -s http://localhost:$rpc_port/status | jq -r .result.sync_info.catching_up)
Expand Down

0 comments on commit 4b77f20

Please sign in to comment.