TeamCity: set execution timeout so that builds don't hang if agents are not available

This commit is contained in:
Dmitry Neverov 2021-02-24 09:52:05 +01:00 committed by Alessandro Arzilli
parent a6685247e0
commit 56afd507e4

@ -106,6 +106,10 @@ class AggregatorBuild(tests: Collection<BuildType>) : BuildType({
param("github_oauth_user", "")
}
}
failureConditions {
executionTimeoutMin = 60
}
})
class OSProject(os: String, tests: List<TestBuild>) : Project({