LAVA actions follow a hierarchical structure, where most subactions have their timeouts overridden if the parent action supports a retry mechanism, such as the `depthcharge-retry` action. The timeout is calculated as: [1] ``` parent action timeout / failure_retry value ``` To adjust a subaction's timeout, we need to modify the nearest parent action. [1] https://gitlab.collabora.com/lava/lava/-/blob/collabora/production/lava_dispatcher/action.py#L149 Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33906>