Ben Boeckel af7427675a cmProcess: compute the timeout when needed
When a timeout is updated during runtime (e.g., via
`TIMEOUT_AFTER_MATCH`), the actual timeout needs recomputed based on
consideration of `StopTimeout` as well. Instead of using `Timeout`
directly, add a `GetComputedTimeout` method which also retrieves the
timeout reason based on which timeout is selected.
2026-01-06 20:47:34 -05:00
..
2025-09-03 10:13:32 -04:00
2025-11-12 14:54:16 -05:00