From 30b4fd59a55b8b998d506fffb51fbbc11b8a90c8 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Mon, 21 Nov 2022 08:18:06 -0800 Subject: [PATCH] Use a longer timeout for releases (#9474) This is in response to the thread starting at https://github.com/certbot/certbot/pull/9330#issuecomment-1320416069. In addition to this, I plan to add the following text to the step of the release instructions that tells you to wait until Azure Pipelines for the release has finished running: > Some jobs such as building our snaps can take a long time to complete, however, if the process seems hung, you can cancel the build and then rerun the failed jobs. To do this, click on the build for the release in the link above, make sure you're logged into Azure Pipelines, and then use the cancel/rerun buttons in the top right of the web page. --- .azure-pipelines/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/release.yml b/.azure-pipelines/release.yml index 1c983a3b6..2374289e3 100644 --- a/.azure-pipelines/release.yml +++ b/.azure-pipelines/release.yml @@ -8,7 +8,7 @@ pr: none variables: dockerTag: ${{variables['Build.SourceBranchName']}} - snapBuildTimeout: 5400 + snapBuildTimeout: 19800 stages: - template: templates/stages/test-and-package-stage.yml