mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
ML in SE: increase semantic search tests timeouts
GitOrigin-RevId: 78dc0cfdaae616f144aabe82e2d0b5e576d64be6
This commit is contained in:
committed by
intellij-monorepo-bot
parent
d0852ed01d
commit
34e303733a
@@ -35,7 +35,7 @@ class SemanticActionSearchTest : SemanticSearchBaseTestCase() {
|
||||
}
|
||||
|
||||
fun `test search everywhere contributor`() = runTest(
|
||||
timeout = 30.seconds // increased timeout because of a bug in SE
|
||||
timeout = 45.seconds // increased timeout because of a bug in SE
|
||||
) {
|
||||
setupTest("java/IndexProjectAction.java")
|
||||
|
||||
@@ -65,7 +65,7 @@ class SemanticActionSearchTest : SemanticSearchBaseTestCase() {
|
||||
0, results.filterIsInstance<GotoActionModel.MatchedValue>().mapNotNull { it.value as? GotoActionModel.MatchedValue }.size)
|
||||
}
|
||||
|
||||
fun `test semantic and standard contributor results match`() = runTest(timeout = 2.minutes) {
|
||||
fun `test semantic and standard contributor results match`() = runTest(timeout = 5.minutes) {
|
||||
setupTest("java/IndexProjectAction.java")
|
||||
|
||||
// Contributors do not share the same GotoActionModel:
|
||||
|
||||
Reference in New Issue
Block a user