Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.azure-pipelines/templates/jobs/packaging-jobs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines/templates/jobs/packaging-jobs.yml b/.azure-pipelines/templates/jobs/packaging-jobs.yml
index 8090647a7..f6d79412f 100644
--- a/.azure-pipelines/templates/jobs/packaging-jobs.yml
+++ b/.azure-pipelines/templates/jobs/packaging-jobs.yml
@@ -149,7 +149,7 @@ jobs:
git config --global user.name "$(Build.RequestedFor)"
mkdir -p ~/.local/share/snapcraft/provider/launchpad
cp $(credentials.secureFilePath) ~/.local/share/snapcraft/provider/launchpad/credentials
- python3 tools/snap/build_remote.py ALL --archs ${SNAP_ARCH} --timeout 19800
+ python3 tools/snap/build_remote.py ALL --archs ${SNAP_ARCH} --timeout 5400
displayName: Build snaps
- script: |
set -e