Skip to content

Commit 8a5b177

Browse files
committed
chore: testing
1 parent 5a0da70 commit 8a5b177

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/spp/demo/Main.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ private static void callEndpoint(String endpoint) {
102102
HttpURLConnection connection = null;
103103
try {
104104
connection = (HttpURLConnection) url.openConnection();
105-
connection.setConnectTimeout(5000);
106-
connection.setReadTimeout(5000);
105+
connection.setConnectTimeout(10_000);
106+
connection.setReadTimeout(10_000);
107107
connection.getResponseCode();
108108
} catch (Exception ignore) {
109109
} finally {

0 commit comments

Comments
 (0)