Skip to content

Commit e864652

Browse files
committed
add CCIPv2 suite as an example, fix range annotator
1 parent 0146aa7 commit e864652

File tree

12 files changed

+747
-319
lines changed

12 files changed

+747
-319
lines changed

framework/examples/myproject/chaos/chaos_blockchain_evm_gas_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ func TestBlockchainGasChaos(t *testing.T) {
6565
// hold
6666
for i := 0; i < 10; i++ {
6767
printBlockBaseFee(t, url)
68+
time.Sleep(blockEvery)
6869
t.Logf("Setting block base fee: %d", startGasPrice)
6970
err := r.AnvilSetNextBlockBaseFeePerGas(startGasPrice)
7071
require.NoError(t, err)

0 commit comments

Comments
 (0)