Skip to content

Commit

Permalink
Increase timeout to GraphQL
Browse files Browse the repository at this point in the history
  • Loading branch information
peronarthur committed Mar 13, 2024
1 parent 2cc8366 commit ba0dff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<Clients> = {
Expand Down

0 comments on commit ba0dff6

Please sign in to comment.