Skip to content

Commit

Permalink
BUG: Set GTest discovery timeout to 120
Browse files Browse the repository at this point in the history
  • Loading branch information
blowekamp committed Nov 28, 2022
1 parent 935533f commit 050bab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMake/ITKModuleTest.cmake
Original file line number Diff line number Diff line change
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 050bab5

Please sign in to comment.