Increase execution timeout due to slower Rosetta agents
^KT-61369
This commit is contained in:
committed by
Space Team
parent
7973d898d2
commit
f3bc8677c5
@@ -55,7 +55,7 @@ private fun Executor.service(project: Project) = object: ExecutorService {
|
||||
val request = ExecuteRequest(
|
||||
executableAbsolutePath = execSpec.executable,
|
||||
args = execSpec.args,
|
||||
timeout = 15.toDuration(DurationUnit.MINUTES),
|
||||
timeout = 40.toDuration(DurationUnit.MINUTES),
|
||||
).apply {
|
||||
execSpec.standardInput?.let {
|
||||
stdin = it
|
||||
|
||||
Reference in New Issue
Block a user