From 3789c03ce5cc566193fb60ec0e2de4d05eee4e07 Mon Sep 17 00:00:00 2001 From: Jorrit Fahlke <jorrit@jorrit.de> Date: Fri, 25 Aug 2017 16:03:40 +0200 Subject: [PATCH] [CI] Raise unit test timeout. The previous test timeout of 20s seems to be insufficient sometimes. Raise it to 60s. --- cmake/modules/GeneratedSystemtests.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/modules/GeneratedSystemtests.cmake b/cmake/modules/GeneratedSystemtests.cmake index cc2be53f..de9dc259 100644 --- a/cmake/modules/GeneratedSystemtests.cmake +++ b/cmake/modules/GeneratedSystemtests.cmake @@ -73,7 +73,7 @@ function(dune_add_formcompiler_system_test) ) set_tests_properties(${tname} PROPERTIES SKIP_RETURN_CODE 77) - set_tests_properties(${tname} PROPERTIES TIMEOUT 20) + set_tests_properties(${tname} PROPERTIES TIMEOUT 60) endif() endforeach() endfunction() -- GitLab