From c02c63e4e04b3f5710858f04dc1b4808fac212da Mon Sep 17 00:00:00 2001 From: Dmitry Batkovich Date: Mon, 4 Feb 2019 10:08:16 +0300 Subject: [PATCH] properties: increase time in perf test --- .../com/intellij/lang/properties/PropertiesPerformanceTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/java-i18n/testSrc/com/intellij/lang/properties/PropertiesPerformanceTest.java b/plugins/java-i18n/testSrc/com/intellij/lang/properties/PropertiesPerformanceTest.java index c7dc2f6288fd..2b8b6751eab6 100644 --- a/plugins/java-i18n/testSrc/com/intellij/lang/properties/PropertiesPerformanceTest.java +++ b/plugins/java-i18n/testSrc/com/intellij/lang/properties/PropertiesPerformanceTest.java @@ -47,7 +47,7 @@ public class PropertiesPerformanceTest extends CodeInsightTestCase { public void testTypingInBigFile() throws Exception { configureByFile(getTestName(true) + "/File1.properties"); - PlatformTestUtil.startPerformanceTest(getTestName(false), 100, () -> { + PlatformTestUtil.startPerformanceTest(getTestName(false), 300, () -> { type(' '); PsiDocumentManager.getInstance(myProject).commitDocument(myEditor.getDocument()); backspace();