How do I change the request timeout? #313
Unanswered
pablo-esteban
asked this question in
Q&A
Replies: 1 comment
-
name: <NAME>
method: POST
url: <URL>
body:
content: |-
{
"name": "NAME",
}
content_type: application/json
headers:
- name: Cookie
value: coo=kie
- name: content-type
value: application/json
options:
timeout: 30 # <<<<<-- Here you are :)
|
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.
-
Hi,
I'm looking on how to change the timeout value for requests. I have an endpoint that takes 20s to reply, but posting just times out because of its 5s value.
I didn't find anything regarding timeout in the docs. How do I change the value?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions