8333804: java/net/httpclient/ForbiddenHeadTest.java threw an exception with 0 failures

Reviewed-by: jpai
This commit is contained in:
Daniel Fuchs 2024-06-10 12:44:36 +00:00
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();