From 8b61b20a5a5af254f598c0af94cf988a6a567f96 Mon Sep 17 00:00:00 2001 From: peronarthur Date: Wed, 13 Mar 2024 14:35:03 -0300 Subject: [PATCH] Increase timeout to GraphQL (#153) --- node/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node/index.ts b/node/index.ts index bfb7354..a56c295 100644 --- a/node/index.ts +++ b/node/index.ts @@ -36,7 +36,7 @@ import { fieldResolvers } from './resolvers/fieldResolvers' import { getAffiliateByEmail } from './resolvers/getAffiliateByEmail' import { schemaDirectives } from './directives' -const TIMEOUT_MS = 1000 +const TIMEOUT_MS = 30000 // This is the configuration for clients available in `ctx.clients`. const clients: ClientsConfig = {