summaryrefslogtreecommitdiff
path: root/deps/dablooms
diff options
context:
space:
mode:
authoryangwei <[email protected]>2024-11-28 15:33:30 +0800
committeryangwei <[email protected]>2024-11-28 19:03:31 +0800
commitd468e6ca1d443f3f00ea9bb62a6383b1a90803c9 (patch)
treef906963ed1b34cb3dcf871209e55f433eb02132f /deps/dablooms
parent574b8d341939e9c64448c8f167b69312149439eb (diff)
🐎 ci(ci disable parallel make): build scriptHEADdevelop-2.0
Diffstat (limited to 'deps/dablooms')
-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)