gitlab ci tests jobs now timeout after 50min

When load is high on machines it can take that long for debug
builds to complete
This commit is contained in:
Robert Maynard 2020-04-15 15:08:57 -04:00
parent fdffaac2d2
commit 507e87c017

@ -137,7 +137,7 @@ stages:
.cmake_test_linux: &cmake_test_linux .cmake_test_linux: &cmake_test_linux
stage: test stage: test
timeout: 30 minutes timeout: 50 minutes
interruptible: true interruptible: true
script: script:
#Need to use our custom ctest-latest symlink #Need to use our custom ctest-latest symlink