From 362a93b555e2cbdf8167fe5b5516dd8f6f043220 Mon Sep 17 00:00:00 2001 From: Shreyas Goenka Date: Fri, 28 Feb 2025 12:53:16 +0100 Subject: [PATCH] remove todo --- acceptance/bin/wait_pid.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/acceptance/bin/wait_pid.py b/acceptance/bin/wait_pid.py index 902f49acb..0c1c62f08 100755 --- a/acceptance/bin/wait_pid.py +++ b/acceptance/bin/wait_pid.py @@ -5,8 +5,6 @@ import time import platform import subprocess -# TODO CONTINUE: Making this script work and testing this on windows and mac. - def wait_pid(pid): max_attempts = 600 # 600 * 0.1 seconds = 1 minute sleep_time = 0.1