Skip to content

Commit

Permalink
Merge pull request #3773 from blowekamp/GTestDiscovertTimeout
Browse files Browse the repository at this point in the history
BUG: Set GTest discovery timeout to 120
  • Loading branch information
blowekamp committed Nov 28, 2022
2 parents 935533f + 050bab5 commit 8f4728c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMake/ITKModuleTest.cmake
Expand Up @@ -200,7 +200,7 @@ function(CreateGoogleTestDriver KIT KIT_LIBS KitTests)
include(GoogleTest)

if(NOT CMAKE_CROSSCOMPILING)
gtest_discover_tests(${exe} DISCOVERY_TIMEOUT 15)
gtest_discover_tests(${exe} DISCOVERY_TIMEOUT 120)
else()
set(_skip_dependency)
if(ITK_SKIP_GTEST_DEPENDANCY_AUTO_CHECK)
Expand Down

0 comments on commit 8f4728c

Please sign in to comment.