Increase pipereader timeout

This commit is contained in:
Kovid Goyal 2025-05-02 13:09:38 +05:30
parent de169d2508
commit aca5ffc547
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -658,7 +658,7 @@ class PiperEmbedded:
class PipeReader: class PipeReader:
TIMEOUT = 10. # seconds TIMEOUT = 30. # seconds
def __init__(self, stdout: BinaryIO, stderr: BinaryIO): def __init__(self, stdout: BinaryIO, stderr: BinaryIO):
self.stdout_fd = stdout.fileno() self.stdout_fd = stdout.fileno()