Tests: Configurable check for taskd readyness

* Also increase the frequency from 1/s to 2/s
This commit is contained in:
Renato Alves 2015-03-27 10:51:38 +00:00
parent 834b4ddab6
commit 526665d4ec
2 changed files with 5 additions and 5 deletions

View file

@ -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()