mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Increase test discovery timeout
When running test discovery through Wine the executable startup is very slow, so it can take longer than the default 5 second timeout.
This commit is contained in:
+2
-2
@@ -127,8 +127,8 @@ add_dependencies(libloot_tests loot)
|
||||
target_link_libraries(libloot_tests PRIVATE loot Boost::headers GTest::gtest_main)
|
||||
|
||||
enable_testing()
|
||||
gtest_discover_tests(libloot_internals_tests)
|
||||
gtest_discover_tests(libloot_tests)
|
||||
gtest_discover_tests(libloot_internals_tests DISCOVERY_TIMEOUT 10)
|
||||
gtest_discover_tests(libloot_tests DISCOVERY_TIMEOUT 10)
|
||||
|
||||
##############################
|
||||
# Set Target-Specific Flags
|
||||
|
||||
Reference in New Issue
Block a user