filter-test.py is sometimes failing to launch, give it more slack.
[irker.git] / filter-test.py
index 737327409e910344b14e6e8e2742386f2f472eb1..b6f7f2ca54a5a7e502b20eb6a4003803151a943b 100755 (executable)
@@ -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