Skip to content

Commit

Permalink
8234824: java/nio/channels/SocketChannel/AdaptSocket.java fails on Wi…
Browse files Browse the repository at this point in the history
…ndows 10

Reviewed-by: alanb
  • Loading branch information
michaelm committed Dec 3, 2019
1 parent 85a8ba8 commit 811e9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jdk/java/nio/channels/SocketChannel/AdaptSocket.java
Expand Up @@ -202,6 +202,6 @@ public static void main(String[] args) throws Exception {

TestServers.RefusingServer refuser = TestServers.RefusingServer.newRefusingServer();
testConnect(refuser, 0, true);
testConnect(refuser, 2000, true);
testConnect(refuser, 10000, true);
}
}

0 comments on commit 811e9af

Please sign in to comment.