diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 747cbf5c57..e01d0a01e1 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -93,7 +93,7 @@ endif() include(Catch) catch_discover_tests(eos_analytic_unit_tests PROPERTIES TIMEOUT 60) catch_discover_tests(eos_infrastructure_tests PROPERTIES TIMEOUT 60) -catch_discover_tests(eos_tabulated_unit_tests PROPERTIES TIMEOUT 60) +catch_discover_tests(eos_tabulated_unit_tests PROPERTIES TIMEOUT 120) if (plugin_tests) catch_discover_tests(eos_plugin_tests PROPERTIES TIMEOUT 60) endif()