Advanced-rest-client: How can I increase the request timeout while using the advanced-rest-client?

3k Views Asked by At

I am calling a rest controller on my localhost, passing in bunch of request headers. The call is made fine but due to processing timeout the advanced-rest-client timesout and doesn't show the result from the server. how can i increase the timeout so it can wait for server to complete the request and display the result? I would appreciate your hints on this.

Thanks, Sam

1

There are 1 best solutions below

1
Pawel Uchida-Psztyc On

You can adjust request timeout in application settings. In version 14 it is possible to adjust request timeout directly in the request editor.