mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-13 02:30:11 +01:00
Read output queues a bit more often
This commit is contained in:
parent
79a24e3e11
commit
f16f8a4313
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user