Try waiting longer for a new block
Deploy Test / Run deploy test suite (push) Successful in 5m13s
Details
Smoke Test / Run basic test suite (push) Failing after 4m30s
Details
Fixturenet-Eth-Plugeth-Test / Run an Ethereum plugeth fixturenet test (push) Failing after 5s
Details
Fixturenet-Eth-Test / Run an Ethereum fixturenet test (push) Failing after 2m11s
Details
Deploy Test / Run deploy test suite (push) Successful in 5m13s
Details
Smoke Test / Run basic test suite (push) Failing after 4m30s
Details
Fixturenet-Eth-Plugeth-Test / Run an Ethereum plugeth fixturenet test (push) Failing after 5s
Details
Fixturenet-Eth-Test / Run an Ethereum fixturenet test (push) Failing after 2m11s
Details
parent
5a31cb50c3
commit
82a839d15f
|
|
@ -27,7 +27,7 @@ $TEST_TARGET_SO --stack fixturenet-eth deploy ps
|
|||
echo "$(date +"%Y-%m-%d %T"): Getting initial block number"
|
||||
initial_block_number=$($TEST_TARGET_SO --stack fixturenet-eth deploy exec foundry "cast block-number")
|
||||
# Check that the block number increases some time later
|
||||
sleep 12
|
||||
sleep 120
|
||||
echo "$(date +"%Y-%m-%d %T"): Getting subsequent block number"
|
||||
subsequent_block_number=$($TEST_TARGET_SO --stack fixturenet-eth deploy exec foundry "cast block-number")
|
||||
block_number_difference=$((subsequent_block_number - initial_block_number))
|
||||
|
|
|
|||
Loading…
Reference in New Issue