From 84f12485ae6c9d494c8ca14c67d303f16ebb0703 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount Date: Tue, 28 Apr 2020 15:36:33 +0000 Subject: [PATCH] Increase timeout for RE24 to 2 hours due to bdb/hdb tests taking so long --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2