mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
properties: increase time in perf test
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user