diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 6b9c494d..4e0c8a88 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -74,4 +74,4 @@ if(WIN32) endif() # must happen after the dll's get copied over -gtest_discover_tests(test_regression) \ No newline at end of file +gtest_discover_tests(test_regression PROPERTIES DISCOVERY_TIMEOUT 100) \ No newline at end of file