mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
relax threshold
GitOrigin-RevId: b893fac74c725d3b5ae12702f5fa1094fed5bdd5
This commit is contained in:
committed by
intellij-monorepo-bot
parent
5e20de6ef3
commit
35a33a9b83
+1
-1
@@ -622,7 +622,7 @@ public class LaterInvocatorTest extends HeavyPlatformTestCase {
|
||||
AtomicInteger counter = new AtomicInteger();
|
||||
Runnable r = () -> counter.incrementAndGet();
|
||||
|
||||
PlatformTestUtil.startPerformanceTest("Swing invokeLater", 15_000, () -> {
|
||||
PlatformTestUtil.startPerformanceTest("Swing invokeLater", 20_000, () -> {
|
||||
for (int i = 0; i < N; i++) {
|
||||
if (i % 8192 == 0) {
|
||||
// decrease GC pressure, we're not measuring that
|
||||
|
||||
Reference in New Issue
Block a user