Skip to content

Commit e3252cb

Browse files
chore: add a smaller timeout to ctest
1 parent 62275b8 commit e3252cb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ option(ENABLE_TESTING "flag to test the repo" OFF)
1616
if(ENABLE_TESTING)
1717
message(STATUS "Testing enabled")
1818
enable_testing()
19+
20+
# 5 second timeout to weed out all the user input algorithms
21+
# this should be eventually removed once all the files do not take user input anymore
22+
set(CTEST_TEST_TIMEOUT 5)
1923
endif()
2024

2125
# Additional warnings and errors

0 commit comments

Comments
 (0)