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 {
request = HttpRequest.newBuilder()
.uri(new URI(uri))
.timeout(Duration.of(40, SECONDS))
.timeout(Duration.of(60, SECONDS))
.GET()
.build();
} catch (URISyntaxException e) {