summaryrefslogtreecommitdiff
path: root/distbuild-helper
diff options
context:
space:
mode:
Diffstat (limited to 'distbuild-helper')
-rwxr-xr-xdistbuild-helper2
1 files changed, 1 insertions, 1 deletions
diff --git a/distbuild-helper b/distbuild-helper
index 9d70642e..7399fb59 100755
--- a/distbuild-helper
+++ b/distbuild-helper
@@ -212,7 +212,7 @@ class HelperMachine(distbuild.StateMachine):
def _relay_exec_output(self, event_source, event):
distbuild.crash_point()
- buf_size = 64
+ buf_size = 16 * 1024
fd = event.file.fileno()
data = os.read(fd, buf_size)
if data: