From: Eric S. Raymond Date: Fri, 5 Oct 2012 16:32:26 +0000 (-0400) Subject: filter-test.py is sometimes failing to launch, give it more slack. X-Git-Tag: 1.8~13 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=65516d9a5e971a5ff2b24cf97ed83583d6f09202;p=irker.git filter-test.py is sometimes failing to launch, give it more slack. --- diff --git a/filter-test.py b/filter-test.py index 7373274..b6f7f2c 100755 --- a/filter-test.py +++ b/filter-test.py @@ -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