Files
CMake/Help/command/ctest_sleep.rst
Tyler Yankee cec6248a94 Help/ctest_*: Improve documentation around the edges
Improve standardization and cross-references. This doesn't make any
substantial changes to the existing prose.
2026-04-13 14:32:01 -04:00

16 lines
284 B
ReStructuredText

ctest_sleep
-----------
Sleep for some amount of time.
.. signature::
ctest_sleep(<seconds>)
Sleep for ``<seconds>`` seconds.
.. signature::
ctest_sleep(<time1> <duration> <time2>)
Sleep for ``<time1> + <duration> - <time2>`` seconds, if this sum is greater
than zero.