Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8a5b177

Browse files
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‎

Lines changed: 2 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /