Sam K
Sam K

Reputation: 19

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

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

Answers (1)

Pawel Uchida-Psztyc
Pawel Uchida-Psztyc

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

Related Questions