Skip to content

Commit

Permalink
fix itests
Browse files Browse the repository at this point in the history
  • Loading branch information
Cory Schwartz committed Apr 21, 2022
1 parent 30559a0 commit 9fd3f3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itests/gateway_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 9fd3f3f

Please sign in to comment.