From 0be6d7eccbf142e0af9ae3d26e72df07ac975a92 Mon Sep 17 00:00:00 2001
From: Mohammad Torkashvand <mohammad.torkashvand@geant.org>
Date: Wed, 11 Jun 2025 10:39:58 +0200
Subject: [PATCH] fix vale doc

---
 gso/utils/helpers.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gso/utils/helpers.py b/gso/utils/helpers.py
index 7fa0726a1..4e4ea7d70 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
-- 
GitLab