From abeb4fadc4dd34cda4d781d1831bbf4860005c63 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Mon, 13 Feb 2023 18:42:44 -0800 Subject: [PATCH] fix: itest: EthFeeHistory flake (#10265) --- itests/eth_fee_history_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itests/eth_fee_history_test.go b/itests/eth_fee_history_test.go index 33b4c8ae3..72302f298 100644 --- a/itests/eth_fee_history_test.go +++ b/itests/eth_fee_history_test.go @@ -28,7 +28,7 @@ func TestEthFeeHistory(t *testing.T) { defer cancel() // Wait for the network to create 20 blocks - <-time.After(20 * blockTime) + client.WaitTillChain(ctx, kit.HeightAtLeast(20)) history, err := client.EthFeeHistory(ctx, result.Wrap[jsonrpc.RawParams]( json.Marshal([]interface{}{5, "0x10"}),