mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-16 16:02:33 +03:00
Read output queues a bit more often
This commit is contained in:
parent
79a24e3e11
commit
f16f8a4313
1 changed files with 1 additions and 1 deletions
|
@ -1891,7 +1891,7 @@ def FDroidPopen(commands, cwd,
|
||||||
sys.stderr.write(line)
|
sys.stderr.write(line)
|
||||||
sys.stderr.flush()
|
sys.stderr.flush()
|
||||||
result.stderr += line
|
result.stderr += line
|
||||||
time.sleep(0.5)
|
time.sleep(0.2)
|
||||||
|
|
||||||
p.communicate()
|
p.communicate()
|
||||||
result.returncode = p.returncode
|
result.returncode = p.returncode
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue