mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-24 12:28:12 +00:00
7052625: com/sun/net/httpserver/bugs/6725892/Test.java fails intermittently
Reviewed-by: chegar
This commit is contained in:
parent
103674cdf8
commit
2d2b14d980
@ -68,7 +68,7 @@ public class Test {
|
||||
|
||||
try {
|
||||
InetSocketAddress addr = new InetSocketAddress (0);
|
||||
s1 = HttpServer.create (addr, 0);
|
||||
s1 = HttpServer.create (addr, 100);
|
||||
HttpHandler h = new Handler ();
|
||||
HttpContext c1 = s1.createContext ("/", h);
|
||||
s1.setExecutor(exec);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user