summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index b8b5d20..288f5b9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -147,7 +147,7 @@ if(KIT_ENABLE_TESTING)
set_tests_properties(
${KIT_LIBRARY}_unittests
PROPERTIES
- TIMEOUT "30")
+ TIMEOUT "45")
endif()
add_subdirectory(source)