mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 09:53:08 +02:00
Tests: Configurable check for taskd readyness
* Also increase the frequency from 1/s to 2/s
This commit is contained in:
parent
834b4ddab6
commit
526665d4ec
2 changed files with 5 additions and 5 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue