mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
enable debug logging in blinking test
This commit is contained in:
+1
@@ -2081,6 +2081,7 @@ public class DaemonRespondToChangesTest extends DaemonAnalyzerTestCase {
|
||||
}
|
||||
|
||||
public void testCodeFoldingPassRestartsOnRegionUnfolding() throws Exception {
|
||||
TestLoggerFactory.enableDebugLogging(myTestRootDisposable, "#com.intellij.codeInsight.daemon.impl.PassExecutorService");
|
||||
DaemonCodeAnalyzerSettings settings = DaemonCodeAnalyzerSettings.getInstance();
|
||||
int savedDelay = settings.AUTOREPARSE_DELAY;
|
||||
settings.AUTOREPARSE_DELAY = 0;
|
||||
|
||||
Reference in New Issue
Block a user