Increasing the Request Timeout
<flow>
<request>
{
"url": "https://httpbin.org/delay/4",
"options": {
"timeout": 5
}
}
</request>
</flow>See also
Last updated
<flow>
<request>
{
"url": "https://httpbin.org/delay/4",
"options": {
"timeout": 5
}
}
</request>
</flow>Last updated