> However, "timeout" should send the KILL (9) signal if we really want to make sure the monitoring process is terminated.
It does that. It has (default) 300s timeout, then it sends SIGINT and then if the process is not dead after another 10s, it sends SIGKILL
> However, "timeout" should send the KILL (9) signal if we really want to make sure the monitoring process is terminated.
It does that. It has (default) 300s timeout, then it sends SIGINT and then if the process is not dead after another 10s, it sends SIGKILL