diff --git a/gso/utils/helpers.py b/gso/utils/helpers.py index 7fa0726a1de92249290039cd97212663a7eda0e7..4e4ea7d7015fbd5632b7382e5a2e0e2923abff2c 100644 --- a/gso/utils/helpers.py +++ b/gso/utils/helpers.py @@ -410,8 +410,6 @@ def wait_for_workflow_to_stop( ) -> ProcessTable | None: """Waits until any step in the workflow reaches a terminal status. - Times out after max_retries * check_interval seconds. - :param process_id: ID of the workflow process :param check_interval: Seconds between checks :param max_retries: Max number of retries before giving up