We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3de82e3 commit b75ec4bCopy full SHA for b75ec4b
.teamcity/components/constants.kt
@@ -29,7 +29,7 @@ const val DefaultDaysOfMonth = "*"
29
const val DefaultBranchName = "refs/heads/nightly-test"
30
31
// Value used to make long-running builds fail due to a timeout
32
-const val DefaultBuildTimeoutDuration = 60 * 12 // 12 hours in minutes
+const val DefaultBuildTimeoutDuration = 60 * 15 // 15 hours in minutes
33
34
// Values used to define and reference Shared Resource locks, used to avoid conflicting builds
35
const val SharedResourceNameGa = "ci-test-project-nightly-ga Service Lock"
0 commit comments