Skip to content

Commit

Permalink
8234823: java/net/Socket/Timeouts.java testcase testTimedConnect2() f…
Browse files Browse the repository at this point in the history
…ails on Windows 10

Backport-of: a2fad13
  • Loading branch information
RealCLanger committed Oct 1, 2021
1 parent 23c3845 commit a6ee356
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jdk/java/net/Socket/Timeouts.java
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public void testTimedConnect2() throws IOException {
try (Socket s = new Socket()) {
SocketAddress remote = Utils.refusingEndpoint();
try {
s.connect(remote, 2000);
s.connect(remote, 10000);
} catch (ConnectException expected) { }
}
}
Expand Down

1 comment on commit a6ee356

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.