[K/N][test] Increase default test timeout to 30 seconds
Sometimes on slower hosts longer running test may time out. Merge-request: KT-MR-9935 Merged-by: Pavel Punegov <Pavel.Punegov@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
568d4b11af
commit
68ffa46187
+1
-1
@@ -181,7 +181,7 @@ internal class BaseDirs(val testBuildDir: File)
|
||||
*/
|
||||
internal class Timeouts(val executionTimeout: Duration) {
|
||||
companion object {
|
||||
val DEFAULT_EXECUTION_TIMEOUT: Duration get() = 15.seconds
|
||||
val DEFAULT_EXECUTION_TIMEOUT: Duration get() = 30.seconds
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user