Skip to content

Commit

Permalink
increased write timeout from 5000 ms to 15000 ms
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Chenevey authored and pklaus committed Oct 19, 2018
1 parent bc9564e commit 16dccc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion brother_ql/backends/pyusb.py
Expand Up @@ -67,7 +67,7 @@ def __init__(self, device_specifier):

self.dev = None
self.read_timeout = 10. # ms
self.write_timeout = 5000. # ms
self.write_timeout = 15000. # ms
# strategy : try_twice or select
self.strategy = 'try_twice'
if isinstance(device_specifier, str):
Expand Down

0 comments on commit 16dccc1

Please sign in to comment.