summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-11-05 15:55:31 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-11-05 15:55:41 (GMT)
commit57db062414d0ae711a6e66c9eef69eabaa8fee6f (patch)
treea89c6c1e7c7eb7ac1ac1730604fde11690ce72e7 /Tests
parentb089396f8e60c7a4a9e5fbece8484e7e77fd503a (diff)
parent30e79bb4a388b59c5851b949a0dd559bc57e8ad3 (diff)
downloadCMake-57db062414d0ae711a6e66c9eef69eabaa8fee6f.zip
CMake-57db062414d0ae711a6e66c9eef69eabaa8fee6f.tar.gz
CMake-57db062414d0ae711a6e66c9eef69eabaa8fee6f.tar.bz2
Merge topic 'ctest-repeat-until-pass'
30e79bb4a3 Tests: Extend RunCMake.CTestCommandLine internal timeout for valgrind Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3987
Diffstat (limited to 'Tests')
-rw-r--r--Tests/RunCMake/CTestCommandLine/repeat-after-timeout-cmake.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/RunCMake/CTestCommandLine/repeat-after-timeout-cmake.cmake b/Tests/RunCMake/CTestCommandLine/repeat-after-timeout-cmake.cmake
index 4dc9c36..873c0bd 100644
--- a/Tests/RunCMake/CTestCommandLine/repeat-after-timeout-cmake.cmake
+++ b/Tests/RunCMake/CTestCommandLine/repeat-after-timeout-cmake.cmake
@@ -9,7 +9,7 @@ add_test(NAME test1
COMMAND ${CMAKE_COMMAND}
"-DTEST_OUTPUT_FILE=${TEST_OUTPUT_FILE}"
-P "${CMAKE_CURRENT_SOURCE_DIR}/test1-timeout.cmake")
-set_tests_properties(test1 PROPERTIES DEPENDS "initialization" TIMEOUT 2)
+set_tests_properties(test1 PROPERTIES DEPENDS "initialization" TIMEOUT 5)
add_test(hello ${CMAKE_COMMAND} -E echo hello)
add_test(goodbye ${CMAKE_COMMAND} -E echo goodbye)