mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Increase pipereader timeout
This commit is contained in:
parent
de169d2508
commit
aca5ffc547
@ -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()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user