]> git.ipfire.org Git - thirdparty/openldap.git/commitdiff
Increase timeout for RE24 to 2 hours due to bdb/hdb tests taking so long
authorQuanah Gibson-Mount <quanah@openldap.org>
Tue, 28 Apr 2020 15:36:33 +0000 (15:36 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 28 Apr 2020 15:36:33 +0000 (15:36 +0000)
.gitlab-ci.yml

index c3094548586955478d6fefb536c7cae68c8438ae..3a1e9fe49ab4bb6c6e230d37cabfb1527ba00de1 100644 (file)
@@ -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