projects
/
irker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab6ff5e
)
filter-test.py is sometimes failing to launch, give it more slack.
author
Eric S. Raymond
<esr@thyrsus.com>
Fri, 5 Oct 2012 16:32:26 +0000
(12:32 -0400)
committer
Eric S. Raymond
<esr@thyrsus.com>
Fri, 5 Oct 2012 16:32:26 +0000
(12:32 -0400)
filter-test.py
patch
|
blob
|
history
diff --git
a/filter-test.py
b/filter-test.py
index 737327409e910344b14e6e8e2742386f2f472eb1..b6f7f2ca54a5a7e502b20eb6a4003803151a943b 100755
(executable)
--- 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