diff options
author | Brad King <brad.king@kitware.com> | 2023-05-05 16:43:33 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-05-05 16:43:50 (GMT) |
commit | 250f66acfea5f2842f1bef6bc8ee2d724dc8569e (patch) | |
tree | 9595b66bb179652babf203d54d1e7332c1a9d56c /Help | |
parent | 5924630e6d4a383ef76412a6f560fbe852837e50 (diff) | |
parent | 0a5aeaf302369ab62f89ab35b0f0fb690f71c05a (diff) | |
download | CMake-250f66acfea5f2842f1bef6bc8ee2d724dc8569e.zip CMake-250f66acfea5f2842f1bef6bc8ee2d724dc8569e.tar.gz CMake-250f66acfea5f2842f1bef6bc8ee2d724dc8569e.tar.bz2 |
Merge topic 'ctest-timeout-zero'
0a5aeaf302 cmCTestRunTest: Consolidate test timeout selection logic
426e38cc10 cmCTestRunTest: Adopt decision for starting cmProcess timer
59336b29bd cmCTestRunTest: Remove unnecessary arguments to ForkProcess
07b5087ba7 Help: Document meaning of TIMEOUT test property with value 0
3edf7fbb41 ctest: Fix TIMEOUT test property with value 0 with --timeout flag
39a20a56dd Tests: Move `CTestTestZeroTimeout` into `RunCMake.CTestTimeout`
cd4038fe94 cmCTestTestHandler: Use in-class initialization of properties and results
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !8455
Diffstat (limited to 'Help')
-rw-r--r-- | Help/prop_test/TIMEOUT.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/prop_test/TIMEOUT.rst b/Help/prop_test/TIMEOUT.rst index d1cb90d..385539b 100644 --- a/Help/prop_test/TIMEOUT.rst +++ b/Help/prop_test/TIMEOUT.rst @@ -7,3 +7,6 @@ This property if set will limit a test to not take more than the specified number of seconds to run. If it exceeds that the test process will be killed and ctest will move to the next test. This setting takes precedence over :variable:`CTEST_TEST_TIMEOUT`. + +An explicit ``0`` value means the test has no timeout, except as +necessary to honor :option:`ctest --stop-time`. |