diff --git a/src/helpers/deviceAccess.js b/src/helpers/deviceAccess.js index 21e97c48..4d457b78 100644 --- a/src/helpers/deviceAccess.js +++ b/src/helpers/deviceAccess.js @@ -41,7 +41,7 @@ export const withDevice: WithDevice = devicePath => job => { refreshBusyUIState() try { // $FlowFixMe not sure what's wrong - const t = await retry(() => TransportNodeHid.open(devicePath), { maxRetry: 1 }).catch( + const t = await retry(() => TransportNodeHid.open(devicePath), { maxRetry: 2 }).catch( mapError, ) t.setDebugMode(logger.apdu)