Tests: Configurable check for taskd readyness
* Also increase the frequency from 1/s to 2/s
This commit is contained in:
@@ -88,7 +88,6 @@ def wait_condition(cond, timeout=1):
|
||||
# Max number of attempts until giving up
|
||||
tries = int(timeout / sleeptime)
|
||||
|
||||
# Wait for up to a second for the process to finish and avoid zombies
|
||||
for i in range(tries):
|
||||
val = cond()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user