mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-14 18:03:44 +00:00
8353331: Test ForkJoinPool20Test::testFixedDelaySequence is failing
Reviewed-by: dl, vklang
This commit is contained in:
parent
1809138b1c
commit
2a31f69a55
@ -450,7 +450,6 @@ public class ForkJoinPool20Test extends JSR166TestCase {
|
||||
if (elapsedMillis >= (done.getCount() == cycles ? d : 2 * d))
|
||||
tryLongerDelay.set(true);
|
||||
previous.set(now);
|
||||
assertTrue(done.getCount() > 0);
|
||||
done.countDown();
|
||||
}};
|
||||
final ScheduledFuture<?> periodicTask =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user