8068761: Test java/nio/channels/ServerSocketChannel/AdaptServerSocket.java failed with SocketTimeoutException
Reviewed-by: rriggs
This commit is contained in:
parent
6e48caf250
commit
7f9414bc11
@ -123,7 +123,7 @@ public class AdaptServerSocket {
|
|||||||
|
|
||||||
public static void main(String[] args) throws Exception {
|
public static void main(String[] args) throws Exception {
|
||||||
test(0, 0, false);
|
test(0, 0, false);
|
||||||
test(50, 500, false);
|
test(50, 5000, false);
|
||||||
test(500, 50, true);
|
test(500, 50, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user