Skip to content

Commit b75ec4b

Browse files
Bump teamcity execution timeout 12h -> 15h (#14450) (#23498)
[upstream:b1ea7573cbe4a92956d8d130df25c71897be48ee] Signed-off-by: Modular Magician <[email protected]>
1 parent 3de82e3 commit b75ec4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.teamcity/components/constants.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const val DefaultDaysOfMonth = "*"
2929
const val DefaultBranchName = "refs/heads/nightly-test"
3030

3131
// Value used to make long-running builds fail due to a timeout
32-
const val DefaultBuildTimeoutDuration = 60 * 12 // 12 hours in minutes
32+
const val DefaultBuildTimeoutDuration = 60 * 15 // 15 hours in minutes
3333

3434
// Values used to define and reference Shared Resource locks, used to avoid conflicting builds
3535
const val SharedResourceNameGa = "ci-test-project-nightly-ga Service Lock"

0 commit comments

Comments
 (0)