Added 20 seconds to request #4
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user