fix itests

This commit is contained in:
Cory Schwartz 2022-04-20 20:51:15 -07:00
parent 30559a0d78
commit 9fd3f3f73a

View File

@ -290,7 +290,7 @@ func startNodes(
ens.InterconnectAll().BeginMining(blocktime)
// Create a gateway server in front of the full node
gwapi := gateway.NewNode(full, lookbackCap, stateWaitLookbackLimit)
gwapi := gateway.NewNode(full, lookbackCap, stateWaitLookbackLimit, 0, time.Minute)
handler, err := gateway.Handler(gwapi)
require.NoError(t, err)