diff options
Diffstat (limited to 'Tests/CTestTest')
-rw-r--r-- | Tests/CTestTest/test.cmake.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/CTestTest/test.cmake.in b/Tests/CTestTest/test.cmake.in index 53de732..3efe52a 100644 --- a/Tests/CTestTest/test.cmake.in +++ b/Tests/CTestTest/test.cmake.in @@ -25,6 +25,7 @@ MESSAGE("CTest executable: ${CTEST_EXECUTABLE_NAME}") MESSAGE("CMake executable: ${CTEST_CMAKE_COMMAND}") CTEST_SLEEP(5) +CTEST_SLEEP(5 5 7) #################################################################### # The values in this section are optional you can either |