I have set my program to timeout if it doesn’t receive a response to an http call after several minutes. I am trying to test this case using my postman mock server, but I can’t find any way to delay the response from the mock server.
I have tried calling https://postman-echo.com/delay/10. This works but only delays up to 10 seconds. I need a longer delay than this.
Hi… I have been trying to set delay to 180000ms using the above ‘custom delay config’ of mock server and also set the postman timeout to 180000 ms, but when I send the request the response is coming as gateway timeout error after 1 minute… Please help !