Skip to content
Snippets Groups Projects
Commit 65516d9a authored by Eric S. Raymond's avatar Eric S. Raymond
Browse files

filter-test.py is sometimes failing to launch, give it more slack.

parent ab6ff5e2
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ irkerd_count = len([x for x in data.split("\n") if x.find("irkerd") != -1])
if not irkerd_count:
os.system("gnome-terminal --title 'irkerd' -e 'irkerd -d 2' &")
time.sleep(0.1) # Avoid a race condition
time.sleep(0.5) # Avoid a race condition
print json.dumps(metadata)
# end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment