[K/N][tests] Regroup runtime tests ^KT-53776
This commit is contained in:
committed by
Space Team
parent
fb3bd1c3ef
commit
5bd0bbb159
+1
-1
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user