mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-20 21:28:23 -05:00
54c5654f7d
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