fix: itest: EthFeeHistory flake (#10265)

This commit is contained in:
Steven Allen 2023-02-13 18:42:44 -08:00 committed by GitHub
parent 3c4a83916b
commit abeb4fadc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"}),