fix command

This commit is contained in:
Roy Crihfield 2024-06-25 01:07:45 +08:00
parent 80228a5e04
commit 849bb0a4f1

View File

@ -69,7 +69,7 @@ echo "deploy create test: passed"
$SO_COMMAND deployment --dir $test_deployment_dir start
geth_endpoint=localhost:$($SO_COMMAND deployment --dir $test_deployment_dir ports fixturenet-eth-geth-1 8545 | cut -d: -f2)
geth_endpoint=localhost:$($SO_COMMAND deployment --dir $test_deployment_dir port fixturenet-eth-geth-1 8545 | cut -d: -f2)
timeout=900 # 15 minutes
log_info "Getting initial block number. Timeout set to $timeout seconds"