Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,8 @@ target_compile_features(solid_index_parser_tests PRIVATE ${MY_CXX_FEATURE})

# Register tests with CTest
include(GoogleTest)
gtest_discover_tests(solid_index_parser_tests)
gtest_discover_tests(solid_index_parser_tests
DISCOVERY_MODE POST_BUILD
DISCOVERY_TIMEOUT 30
)

Loading