fix: itest: EthFeeHistory flake (#10265)
This commit is contained in:
parent
3c4a83916b
commit
abeb4fadc4
@ -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"}),
|
||||
|
Loading…
Reference in New Issue
Block a user