Skip to content

Commit 5fa1aad

Browse files
Abduqodiri Qurbonzodaqurbonzoda
authored andcommitted
Increase BenchmarkAll executionTimeoutMin to 1440
1 parent 60f4931 commit 5fa1aad

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.teamcity/Benchmarks.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ fun Project.benchmarkAll(buildVersion: BuildType) = BuildType {
4343
buildNumberPattern = buildVersion.depParamRefs.buildNumber.ref
4444

4545
commonConfigure()
46+
47+
failureConditions {
48+
executionTimeoutMin = 1440
49+
}
4650
}.also { buildType(it) }
4751

4852
fun Project.benchmark(target: String, platform: Platform, buildVersion: BuildType) = buildType("${target}Benchmark", platform) {

0 commit comments

Comments
 (0)