enable debug logging in blinking test

This commit is contained in:
Dmitry Batrak
2015-12-09 20:08:29 +03:00
parent 7c7f9c57a1
commit 2ab33b871c
@@ -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;