How to delay response from mock server for more than three minutes?

  1. How can i delay the response from the mock server for more than three minutes? The mock server sets the limit at 180000ms

  2. Is it possible to mock a request-timeout scenario using Postman mock server. For example, if my server takes more than 9 seconds to respond, I want to throw a request timeout error

Hi @charleslandvoice

As far as my knowledge goes … No, 3 minutes would be the max.

And I think the second question would be achieved using the “Keep-Alive” header, with the “timeout” parameter.

There is more info and examples here;