How can I increase the request timeout? #610
Unanswered
vivek091195
asked this question in
Q&A
Replies: 1 comment
-
Take a look at #103 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My graphQL request from nodeJS is timing out in 10-11 secs by itself. How can I increase the timeout duration so that my request doesn't time out by itself?
I tried the timeout option while setting up GraphQLClient, but it's not working.
const graphQLClient = new GraphQLClient(URL, { timeout: 50000, headers: {} })
Beta Was this translation helpful? Give feedback.
All reactions