test: increase gtest discover timeouts

This commit is contained in:
Nikolaus Demmel 2019-04-24 15:49:41 +02:00
parent 6755f08678
commit 6c4fa75430
1 changed files with 4 additions and 4 deletions

View File

@ -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)