How to change the TimeOut of API call | Rest Assured Forum
C
charles japhe Posted on 03/09/2019

Issue is I make the call and The error come back with 'Connection Timed Out'.  how to increase the time out?

 

Here is my code:

RequestSpecification request = RestAssured.given();

Response response = request.get("https://unicef-registry.sdmxcloud.org/ws/public/sdmxapi/rest/data/UNICEF,CME_DF,1.0/.TMM0..269.?format=sdmx-json&includeHistory=true&includeMetadata=true&dimensionAtObservation=AllDimensions&includeAllAnnotations=true");

 



C
charles japhe Replied on 04/09/2019

The code and stackover Flow is good.  But did not resolve the TimeOut Connectin.

Another Developers thinks it is a FireWall issue?  What do you think?

Anyway,

Very good answer and response, thank you!