From: Quanah Gibson-Mount Date: Tue, 28 Apr 2020 15:36:33 +0000 (+0000) Subject: Increase timeout for RE24 to 2 hours due to bdb/hdb tests taking so long X-Git-Tag: OPENLDAP_REL_ENG_2_4_51~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84f12485ae6c9d494c8ca14c67d303f16ebb0703;p=thirdparty%2Fopenldap.git Increase timeout for RE24 to 2 hours due to bdb/hdb tests taking so long --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c309454858..3a1e9fe49a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,6 +11,7 @@ build: - make - ulimit -n 4096 # back-monitor takes a while scanning a long connections array - make test + timeout: 2h artifacts: name: testdir when: on_failure