TIMEOUT_SIGNAL_GRACE_PERIOD.rst 553 B

1234567891011121314
  1. TIMEOUT_SIGNAL_GRACE_PERIOD
  2. ---------------------------
  3. .. versionadded:: 3.27
  4. If the :prop_test:`TIMEOUT_SIGNAL_NAME` test property is set, this property
  5. specifies the number of seconds to wait for a test process to terminate after
  6. sending the custom signal. Otherwise, this property has no meaning.
  7. The grace period may be any real value greater than ``0.0``, but not greater
  8. than ``60.0``. If this property is not set, the default is ``1.0`` second.
  9. This is available only on platforms supporting POSIX signals.
  10. It is not available on Windows.