Skip to content

Commit b48b8e1

Browse files
author
Andrew Lu
committed
8333804: java/net/httpclient/ForbiddenHeadTest.java threw an exception with 0 failures
Backport-of: ec1664e8c9413890ce2dae5c2dbbce3449d67882
1 parent 1064076 commit b48b8e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/jdk/java/net/httpclient/ForbiddenHeadTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ public void setup() throws Exception {
381381
public void teardown() throws Exception {
382382
authClient = noAuthClient = null;
383383
Thread.sleep(100);
384-
AssertionError fail = TRACKER.check(500);
384+
AssertionError fail = TRACKER.check(1500);
385385
try {
386386
proxy.stop();
387387
authproxy.stop();

0 commit comments

Comments
 (0)