mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 22:37:53 -05:00
Bumped up the timeout due to build server being slow sometimes
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user