fix command
Some checks failed
Test fixturenet-plugeth / Test fixturenet-plugeth stack (push) Failing after 13m25s
Test Ethereum Fixturenet Stack / Run Ethereum Fixturenet stack test (push) Successful in 18m47s

This commit is contained in:
Roy Crihfield 2024-06-25 01:07:45 +08:00
parent a3ae031221
commit e42b9572ed

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"