fix: itest: EthFeeHistory flake (#10265)

This commit is contained in:
Steven Allen
2023-02-14 02:42:44 +00:00
committed by GitHub
parent 3c4a83916b
commit abeb4fadc4
+1 -1
View File
@@ -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"}),