Skip to content

Commit

Permalink
Increase test discovery timeout
Browse files Browse the repository at this point in the history
When running test discovery through Wine the executable startup is
very slow, so it can take longer than the default 5 second timeout.
  • Loading branch information
Ortham committed Sep 4, 2024
1 parent 19f5c30 commit c9e550b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/tests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ target_link_libraries(libloot_tests PRIVATE loot Boost::headers GTest::gtest_mai

enable_testing()
gtest_discover_tests(libloot_internals_tests)
gtest_discover_tests(libloot_tests)
gtest_discover_tests(libloot_tests DISCOVERY_TIMEOUT 10)

##############################
# Set Target-Specific Flags
Expand Down

0 comments on commit c9e550b

Please sign in to comment.