mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
[indexing] IJPL-216112 Fix 'performance.execute.script.after.scanning' test property IJ-CR-181102
(cherry picked from commit cd1e1da59ecb9dd0d81ded41bcc9cd5f25344951) GitOrigin-RevId: 8befc7c903a324481dadd654bf6ee578436c2731
This commit is contained in:
committed by
intellij-monorepo-bot
parent
f2883187de
commit
b95f8dc6f6
+1
-1
@@ -199,7 +199,7 @@ private fun runScriptDuringIndexing(project: Project, alarm: Alarm) {
|
||||
for (indicator in indicators) {
|
||||
val indicatorText = indicator.text
|
||||
@Suppress("HardCodedStringLiteral")
|
||||
if (indicatorText != null && indicatorText.contains("Indexing")) {
|
||||
if (indicatorText != null && indicatorText.contains("Analyzing")) {
|
||||
indexingInProgress = true
|
||||
break
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user