diff --git a/CMake/BoostTesting.cmake b/CMake/BoostTesting.cmake index ee74e50d6..795e271cb 100644 --- a/CMake/BoostTesting.cmake +++ b/CMake/BoostTesting.cmake @@ -51,6 +51,9 @@ if (BUILD_REGRESSION_TESTS) if (TEST_INSTALLED_TREE) include("${CMAKE_INSTALL_PREFIX}/lib/Boost${BOOST_VERSION}/boost-targets.cmake") endif (TEST_INSTALLED_TREE) + + set(DART_TESTING_TIMEOUT=15 CACHE INTEGER "Timeout after this much madness") + endif (BUILD_REGRESSION_TESTS) #-------------------------------------------------------------------------------