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 6864634 commit a2fad13Copy full SHA for a2fad13
test/jdk/java/net/Socket/Timeouts.java
@@ -74,7 +74,7 @@ public void testTimedConnect2() throws IOException {
74
try (Socket s = new Socket()) {
75
SocketAddress remote = Utils.refusingEndpoint();
76
try {
77
- s.connect(remote, 2000);
+ s.connect(remote, 10000);
78
} catch (ConnectException expected) { }
79
}
80
0 commit comments