Home
last modified time | relevance | path

Searched refs:int_timeout (Results 1 – 1 of 1) sorted by relevance

/tools/repohooks/rh/
Dutils.py151 def _kill_child_process(proc, int_timeout, kill_timeout, cmd, original_handler, argument
170 while proc.poll_lock_breaker() is None and int_timeout >= 0:
172 int_timeout -= 0.1
264 check=True, int_timeout=1, kill_timeout=1, capture_output=False, argument
382 handler = functools.partial(_kill_child_process, proc, int_timeout,
387 handler = functools.partial(_kill_child_process, proc, int_timeout,
436 _kill_child_process(proc, int_timeout, kill_timeout, cmd, None,