8068761: Test java/nio/channels/ServerSocketChannel/AdaptServerSocket.java failed with SocketTimeoutException

Reviewed-by: rriggs
This commit is contained in:
Tristan Yan 2015-07-21 14:15:59 -04:00
parent 6e48caf250
commit 7f9414bc11

View File

@ -123,7 +123,7 @@ public class AdaptServerSocket {
public static void main(String[] args) throws Exception {
test(0, 0, false);
test(50, 500, false);
test(50, 5000, false);
test(500, 50, true);
}