Increase discovery timeout for Gtest test to 100 seconds

This commit is contained in:
Charles Giessen 2022-04-06 16:04:29 -06:00 committed by Charles Giessen
parent e7f0c75354
commit 1de26aad69

View File

@ -74,4 +74,4 @@ if(WIN32)
endif()
# must happen after the dll's get copied over
gtest_discover_tests(test_regression)
gtest_discover_tests(test_regression PROPERTIES DISCOVERY_TIMEOUT 100)