2 parents 108cf6e + 1598ce8 commit 45acfadCopy full SHA for 45acfad
1 file changed
notecard/notecard.py
@@ -355,7 +355,7 @@ def Transaction(self, req):
355
chunk_len = 0
356
received_newline = False
357
start = start_timeout()
358
- transaction_timeout_secs = 10
+ transaction_timeout_secs = 30
359
while True:
360
time.sleep(.001)
361
reg = bytearray(2)
0 commit comments