diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index fe05e898..20599c93 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -41,7 +41,7 @@ foreach(test IN LISTS tests) set_tests_properties( ${test} PROPERTIES - TIMEOUT 30000 + TIMEOUT 30 ) if(${test} IN_LIST skipped_tests)