diff --git a/mmv1/third_party/terraform/.teamcity/components/constants.kt b/mmv1/third_party/terraform/.teamcity/components/constants.kt index 940181ade746..ca3115bf3bd5 100644 --- a/mmv1/third_party/terraform/.teamcity/components/constants.kt +++ b/mmv1/third_party/terraform/.teamcity/components/constants.kt @@ -30,7 +30,7 @@ const val DefaultDaysOfMonth = "*" const val DefaultBranchName = "refs/heads/nightly-test" // Value used to make long-running builds fail due to a timeout -const val DefaultBuildTimeoutDuration = 60 * 15 // 15 hours in minutes +const val DefaultBuildTimeoutDuration = 60 * 18 // 18 hours in minutes // Values used to define and reference Shared Resource locks, used to avoid conflicting builds const val SharedResourceNameGa = "ci-test-project-nightly-ga Service Lock" @@ -50,4 +50,4 @@ const val VcrRecordingProjectId = "VCRRecording" // Artifact rules controls which artifacts are uploaded to S3 // https://www.jetbrains.com/help/teamcity/2024.07/configuring-general-settings.html#Artifact+Paths // The value below lacks a file extension, to allow upload of individual .txt files or a single .tar.gz file -const val ArtifactRules = "%teamcity.build.checkoutDir%/debug*" \ No newline at end of file +const val ArtifactRules = "%teamcity.build.checkoutDir%/debug*"