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