From 2b1cf221c4f23a6a2d3cf478c90a93c7bb98bf88 Mon Sep 17 00:00:00 2001 From: Sina Mahmoodi Date: Thu, 4 Jan 2024 16:32:53 +0330 Subject: [PATCH] fix graphql test --- graphql/graphql_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/graphql/graphql_test.go b/graphql/graphql_test.go index f91229d015..9eb37cac13 100644 --- a/graphql/graphql_test.go +++ b/graphql/graphql_test.go @@ -452,6 +452,7 @@ func newGQLService(t *testing.T, stack *node.Node, shanghai bool, gspec *core.Ge TrieDirtyCache: 5, TrieTimeout: 60 * time.Minute, SnapshotCache: 5, + RPCGasCap: 1000000, } var engine consensus.Engine = ethash.NewFaker() if shanghai {