mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
Normal timeout to check everything is working as expected
This commit is contained in:
parent
41857f45e2
commit
ddf1544647
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,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 ${ARCHS} --timeout 10
|
||||
python3 tools/snap/build_remote.py ALL --archs ${ARCHS} --timeout 19800
|
||||
displayName: Build snaps
|
||||
- script: |
|
||||
set -e
|
||||
|
|
|
|||
Loading…
Reference in a new issue