From 45d9955bc27320a6c2cdac96d6c1a7783a2ffa22 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Wed, 25 Feb 2015 17:54:27 +0100 Subject: [PATCH] speed up communication --- trezorlib/transport_hid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trezorlib/transport_hid.py b/trezorlib/transport_hid.py index 114679c..e1df82d 100644 --- a/trezorlib/transport_hid.py +++ b/trezorlib/transport_hid.py @@ -122,7 +122,7 @@ class HidTransport(Transport): # device is still alive raise ConnectionError("Connection failed") - time.sleep(0.05) + time.sleep(0.001) continue report_id = data[0]