Hello, I am writing a testcases for a collection. Some api is taking much time and getting response time out error.
I would like to know how to increase response time out via test script(pre-request script).
Postman has a setting that you set manually in Settings > General > Request timeout in ms that you can set if you want to set an explicit timeout. However, you wonβt be able to do what youβre trying to do from a script.