TeamCity: set execution timeout so that builds don't hang if agents are not available
This commit is contained in:
parent
a6685247e0
commit
56afd507e4
4
.teamcity/settings.kts
vendored
4
.teamcity/settings.kts
vendored
@ -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({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user