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 {