diff --git a/lib/shared/sdk/usbboot/protocol.js b/lib/shared/sdk/usbboot/protocol.js index acd8303d..607e46d1 100644 --- a/lib/shared/sdk/usbboot/protocol.js +++ b/lib/shared/sdk/usbboot/protocol.js @@ -110,7 +110,8 @@ const USB_REQUEST_DELAY_MS = 1000 * @type {Number} * @constant */ -const USB_BULK_TRANSFER_TIMEOUT_MS = 1000 +// In node-usb, 0 means "infinite" timeout +const USB_BULK_TRANSFER_TIMEOUT_MS = 0 /** * @summary The amount of bits to shift to the right on a control transfer index