diff --git a/azure-pipelines-release.yml b/azure-pipelines-release.yml index 4f37966f9f5..8f250f16ce3 100644 --- a/azure-pipelines-release.yml +++ b/azure-pipelines-release.yml @@ -78,7 +78,7 @@ jobs: condition: and(startsWith(variables['Build.SourceBranch'], 'refs/tags'), succeeded('VersionValidate')) dependsOn: - 'VersionValidate' - timeoutInMinutes: 120 + timeoutInMinutes: 240 pool: vmImage: 'ubuntu-latest' strategy: