test: increase gtest discover timeouts
This commit is contained in:
parent
6755f08678
commit
6c4fa75430
|
@ -22,7 +22,7 @@ enable_testing()
|
|||
|
||||
include(GoogleTest)
|
||||
|
||||
gtest_discover_tests(test_image DISCOVERY_TIMEOUT 30)
|
||||
gtest_discover_tests(test_spline_opt DISCOVERY_TIMEOUT 30)
|
||||
gtest_discover_tests(test_vio DISCOVERY_TIMEOUT 30)
|
||||
gtest_discover_tests(test_nfr DISCOVERY_TIMEOUT 30)
|
||||
gtest_discover_tests(test_image DISCOVERY_TIMEOUT 60)
|
||||
gtest_discover_tests(test_spline_opt DISCOVERY_TIMEOUT 60)
|
||||
gtest_discover_tests(test_vio DISCOVERY_TIMEOUT 60)
|
||||
gtest_discover_tests(test_nfr DISCOVERY_TIMEOUT 60)
|
||||
|
|
Loading…
Reference in New Issue