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 62275b8 commit e3252cbCopy full SHA for e3252cb
CMakeLists.txt
@@ -16,6 +16,10 @@ 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