8234824: java/nio/channels/SocketChannel/AdaptSocket.java fails on Windows 10

Reviewed-by: alanb
This commit is contained in:
Michael McMahon 2019-12-03 11:57:10 +00:00
parent a2fad13ce2
commit 7afaaf1229

View File

@ -202,6 +202,6 @@ public class AdaptSocket {
TestServers.RefusingServer refuser = TestServers.RefusingServer.newRefusingServer();
testConnect(refuser, 0, true);
testConnect(refuser, 2000, true);
testConnect(refuser, 10000, true);
}
}