Skip to content

Commit

Permalink
Backport da9c23ace9bdf398d811a88ed137217dd3167231
Browse files Browse the repository at this point in the history
  • Loading branch information
amosshi committed Jun 19, 2024
1 parent e716aae commit 491bd75
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2019, 2023, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2019, 2024, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand All @@ -26,7 +26,6 @@
* @library /test/lib /javax/net/ssl/templates
* @summary Test that a New Session Ticket will be generated when a
* SSLSessionBindingListener is set (boundValues)
* @key intermittent
* @run main/othervm ResumptionUpdateBoundValues
*/

Expand Down Expand Up @@ -238,7 +237,7 @@ private void run() throws Exception {
Thread t;
while ((t = threads.take()) != Thread.currentThread()) {
System.out.printf(" joining: %s%n", t);
t.join(1000L);
t.join(4000L);
}
serverReady = false;
System.gc();
Expand Down

0 comments on commit 491bd75

Please sign in to comment.