From: Augustin Degomme Date: Tue, 9 Dec 2014 15:37:00 +0000 (+0100) Subject: Put a 300 seconds timeout on each test with ctest X-Git-Tag: v3_12~760^2~47 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/64fa3b44fe6a163810b08bc496f7961e4ae2b178 Put a 300 seconds timeout on each test with ctest This should really be enough (the default was 1500...) --- diff --git a/buildtools/Cmake/CTestConfig.cmake b/buildtools/Cmake/CTestConfig.cmake index 04854c2c57..bb6e9fa94a 100644 --- a/buildtools/Cmake/CTestConfig.cmake +++ b/buildtools/Cmake/CTestConfig.cmake @@ -10,9 +10,7 @@ else() endif() endif() -if(enable_memcheck) - set(CTEST_TIMEOUT "300") #TIMEOUT FOR EACH TEST -endif() + set(DART_TESTING_TIMEOUT "300") #TIMEOUT FOR EACH TEST if(enable_compile_warnings AND enable_compile_optimizations) SET(BUILDNAME "FULL_FLAGS" CACHE TYPE INTERNAL FORCE)