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(
|
val request = ExecuteRequest(
|
||||||
executableAbsolutePath = execSpec.executable,
|
executableAbsolutePath = execSpec.executable,
|
||||||
args = execSpec.args,
|
args = execSpec.args,
|
||||||
timeout = 15.toDuration(DurationUnit.MINUTES),
|
timeout = 40.toDuration(DurationUnit.MINUTES),
|
||||||
).apply {
|
).apply {
|
||||||
execSpec.standardInput?.let {
|
execSpec.standardInput?.let {
|
||||||
stdin = it
|
stdin = it
|
||||||
|
|||||||
Reference in New Issue
Block a user