Skip to content

Commit aee59a5

Browse files
chore: CTEST_TIMEOUT cannot be set?
1 parent e3252cb commit aee59a5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ 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)
2319
endif()
2420

2521
# Additional warnings and errors

0 commit comments

Comments
 (0)