chiark
/
gitweb
/
~ianmdlvl
/
fdroidserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79a24e3
)
Read output queues a bit more often
author
Daniel Martí
<mvdan@mvdan.cc>
Sat, 2 Nov 2013 19:30:21 +0000
(20:30 +0100)
committer
Daniel Martí
<mvdan@mvdan.cc>
Sat, 2 Nov 2013 19:30:21 +0000
(20:30 +0100)
fdroidserver/common.py
patch
|
blob
|
history
diff --git
a/fdroidserver/common.py
b/fdroidserver/common.py
index d3b42a1e39220455d5cf279e1df5beec5293dba5..5f1f34bd7ff6e2f1166e0c9828068b4dc3d2b157 100644
(file)
--- a/
fdroidserver/common.py
+++ b/
fdroidserver/common.py
@@
-1891,7
+1891,7
@@
def FDroidPopen(commands, cwd,
sys.stderr.write(line)
sys.stderr.flush()
result.stderr += line
- time.sleep(0.
5
)
+ time.sleep(0.
2
)
p.communicate()
result.returncode = p.returncode