Bumped up the timeout due to build server being slow sometimes

pull/3469/head
anon8675309 2022-04-24 13:36:05 -05:00
parent 28b3ec1988
commit 56a371e39e
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ ubuntu_deb:
script:
- DEBIAN_FRONTEND=noninteractive TZ=America/Chicago apt-get -y install tzdata
- yes "" | ./utils/do_debian_package.sh --snapshot=stable --type=binary --interactive=no --dput=no --debbuild-extra=--no-sign || true
timeout: 2h
timeout: 3h
artifacts:
paths:
- '*.deb'
@ -26,7 +26,7 @@ debian_deb:
name: debian:latest
script:
- yes "" | ./utils/do_debian_package.sh --snapshot=stable --type=binary --interactive=no --dput=no --debbuild-extra=--no-sign || true
timeout: 2h
timeout: 3h
artifacts:
paths:
- '*.deb'