[K/N][tests] Regroup runtime tests ^KT-53776

This commit is contained in:
Alexander Shabalin
2024-02-06 23:40:36 +01:00
committed by Space Team
parent fb3bd1c3ef
commit 5bd0bbb159
2 changed files with 83 additions and 68 deletions
@@ -614,7 +614,7 @@ open class CompileToBitcodeExtension @Inject constructor(val project: Project) :
this.executionTimeout.set(
(project.findProperty("gtest_timeout") as? String)?.let {
Duration.parse("PT${it}")
} ?: Duration.ofMinutes(30)) // The tests binaries are big.
} ?: Duration.ofMinutes(5))
usesService(runGTestSemaphore)
}