Added 20 seconds to request #4

Merged
adsu7578 merged 1 commits from test into develop 2022-05-23 10:51:21 +02:00

View File

@ -105,7 +105,7 @@ public class OpenVenueService {
try { try {
request = HttpRequest.newBuilder() request = HttpRequest.newBuilder()
.uri(new URI(uri)) .uri(new URI(uri))
.timeout(Duration.of(40, SECONDS)) .timeout(Duration.of(60, SECONDS))
.GET() .GET()
.build(); .build();
} catch (URISyntaxException e) { } catch (URISyntaxException e) {