We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23c3845 commit a6ee356Copy full SHA for a6ee356
test/jdk/java/net/Socket/Timeouts.java
@@ -68,7 +68,7 @@ public void testTimedConnect2() throws IOException {
68
try (Socket s = new Socket()) {
69
SocketAddress remote = Utils.refusingEndpoint();
70
try {
71
- s.connect(remote, 2000);
+ s.connect(remote, 10000);
72
} catch (ConnectException expected) { }
73
}
74
0 commit comments