Skip to content

Commit 45acfad

Browse files
authored
Merge pull request #57 from haydenroche5/transaction_timeout
2 parents 108cf6e + 1598ce8 commit 45acfad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notecard/notecard.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ def Transaction(self, req):
355355
chunk_len = 0
356356
received_newline = False
357357
start = start_timeout()
358-
transaction_timeout_secs = 10
358+
transaction_timeout_secs = 30
359359
while True:
360360
time.sleep(.001)
361361
reg = bytearray(2)

0 commit comments

Comments
 (0)