properties: increase time in perf test

This commit is contained in:
Dmitry Batkovich
2019-02-04 10:08:16 +03:00
parent 005911bcd2
commit c02c63e4e0
@@ -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();