Reputation: 19
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
Upvotes: 0
Views: 3337
Reputation: 3838
You can adjust request timeout in application settings. In version 14 it is possible to adjust request timeout directly in the request editor.
Upvotes: 0