From 9fd3f3f73ab10eaebbb25fa8d355c7d8878418ee Mon Sep 17 00:00:00 2001 From: Cory Schwartz Date: Wed, 20 Apr 2022 20:51:15 -0700 Subject: [PATCH] fix itests --- itests/gateway_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/itests/gateway_test.go b/itests/gateway_test.go index d5bc9c0eb..fd31e716a 100644 --- a/itests/gateway_test.go +++ b/itests/gateway_test.go @@ -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)