File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
marker/jvm-marker/src/test/kotlin/spp/jetbrains/marker/jvm Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ import com.intellij.testFramework.TestDataPath
23
23
import com.intellij.testFramework.fixtures.BasePlatformTestCase
24
24
import io.vertx.core.Vertx
25
25
import kotlinx.coroutines.runBlocking
26
+ import org.apache.lucene.util.SameThreadExecutorService
26
27
import org.jetbrains.kotlin.psi.KtFile
27
28
import org.jetbrains.plugins.groovy.lang.psi.GroovyFile
28
29
import spp.jetbrains.UserData
@@ -72,6 +73,7 @@ class JVMGuideProviderTest : BasePlatformTestCase() {
72
73
assertNotNull(fileMarker)
73
74
74
75
SourceGuideProvider .getProvider(fileMarker!! .psiFile.language)?.determineGuideMarks(fileMarker)
76
+ Thread .sleep(5000 ) // todo: use executor service
75
77
76
78
val sourceMarks = fileMarker.getSourceMarks()
77
79
assertNotNull(sourceMarks)
You can’t perform that action at this time.
0 commit comments