summaryrefslogtreecommitdiffstats
path: root/Help/prop_test/TIMEOUT.rst
Commit message (Collapse)AuthorAgeFilesLines
* ctest: Optionally terminate tests with a custom signal on timeoutBrad King2023-06-021-0/+3
| | | | | | | | CTest normally terminates test processes on timeout using `SIGKILL`. Offer tests a chance to exit gracefully, on platforms supporting POSIX signals, by setting `TIMEOUT_SIGNAL_{NAME,GRACE_PERIOD}` properties. Fixes: #17288
* Help: Document meaning of TIMEOUT test property with value 0Brad King2023-05-041-0/+3
| | | | | Document the behavior added by commit 51bb493574 (Test TIMEOUT property explicitly set to zero should be honored, 2011-01-03, v2.8.4~118^2).
* Help: Fix variable reference in TIMEOUT test property docsZack Galbreath2015-02-101-1/+1
| | | | Link to 'CTEST_TEST_TIMEOUT', not 'CTEST_TESTING_TIMEOUT'.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+9
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.