diff --git a/ledgerblue/comm.py b/ledgerblue/comm.py index d4e1ac3..4f3cf4f 100644 --- a/ledgerblue/comm.py +++ b/ledgerblue/comm.py @@ -136,7 +136,7 @@ class HIDDongleHIDAPI(Dongle, DongleWait): if not len(data): if time.time() - start > timeout: raise CommException("Timeout") - time.sleep(0.02) + time.sleep(0.0001) return bytearray(data) def close(self):