mirror of
https://github.com/Kitware/CMake.git
synced 2026-08-10 17:14:10 +00:00
Improve standardization and cross-references. This doesn't make any substantial changes to the existing prose.
16 lines
284 B
ReStructuredText
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.
|