From 56a371e39e045e0e63decff4a8f995093fc43b00 Mon Sep 17 00:00:00 2001 From: anon8675309 Date: Sun, 24 Apr 2022 13:36:05 -0500 Subject: [PATCH] Bumped up the timeout due to build server being slow sometimes --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7bc4b7cfa..5bc9a03de 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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'