We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3252cb commit aee59a5Copy full SHA for aee59a5
CMakeLists.txt
@@ -16,10 +16,6 @@ option(ENABLE_TESTING "flag to test the repo" OFF)
16
if(ENABLE_TESTING)
17
message(STATUS "Testing enabled")
18
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)
23
endif()
24
25
# Additional warnings and errors
0 commit comments