mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-16 00:19:27 +00:00
8333804: java/net/httpclient/ForbiddenHeadTest.java threw an exception with 0 failures
Reviewed-by: jpai
This commit is contained in:
parent
e22fc121ae
commit
ec1664e8c9
@ -381,7 +381,7 @@ public class ForbiddenHeadTest implements HttpServerAdapters {
|
||||
public void teardown() throws Exception {
|
||||
authClient = noAuthClient = null;
|
||||
Thread.sleep(100);
|
||||
AssertionError fail = TRACKER.check(500);
|
||||
AssertionError fail = TRACKER.check(1500);
|
||||
try {
|
||||
proxy.stop();
|
||||
authproxy.stop();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user