summaryrefslogtreecommitdiff
path: root/deps/dablooms/test/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'deps/dablooms/test/CMakeLists.txt')
-rw-r--r--deps/dablooms/test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/dablooms/test/CMakeLists.txt b/deps/dablooms/test/CMakeLists.txt
index cdb4cce..9b7c63b 100644
--- a/deps/dablooms/test/CMakeLists.txt
+++ b/deps/dablooms/test/CMakeLists.txt
@@ -2,4 +2,4 @@ add_executable(gtest_dablooms gtest_dablooms.cpp)
target_link_libraries(gtest_dablooms dablooms gtest)
include(GoogleTest)
-gtest_discover_tests(gtest_dablooms DISCOVERY_TIMEOUT 60) \ No newline at end of file
+gtest_discover_tests(gtest_dablooms)