Skip to content

Commit

Permalink
8285503: SwingNodeDnDMemoryLeakTest::testSwingNodeMemoryLeak fails so…
Browse files Browse the repository at this point in the history
…metimes

Reviewed-by: kcr
  • Loading branch information
aghaisas committed Nov 14, 2022
1 parent 0ee116d commit 5956950
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ private void attemptGCSwingNode() {
break;
}
try {
Thread.sleep(250);
Thread.sleep(500);
} catch (InterruptedException e) {
System.err.println("InterruptedException occurred during Thread.sleep()");
}
Expand Down

0 comments on commit 5956950

Please sign in to comment.