Skip to content

Commit

Permalink
8333804
Browse files Browse the repository at this point in the history
  • Loading branch information
dfuch committed Jun 7, 2024
1 parent d744059 commit bbf2edf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jdk/java/net/httpclient/ForbiddenHeadTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ public void setup() throws Exception {
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();
Expand Down

0 comments on commit bbf2edf

Please sign in to comment.