From 507e87c0171c9f4a13540e76ef311ead3bd8f16b Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Wed, 15 Apr 2020 15:08:57 -0400 Subject: [PATCH] gitlab ci tests jobs now timeout after 50min When load is high on machines it can take that long for debug builds to complete --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2be9aae5d..d83e1578f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -137,7 +137,7 @@ stages: .cmake_test_linux: &cmake_test_linux stage: test - timeout: 30 minutes + timeout: 50 minutes interruptible: true script: #Need to use our custom ctest-latest symlink