summaryrefslogtreecommitdiff
path: root/extra/usb_updater/usb_updater2.c
diff options
context:
space:
mode:
Diffstat (limited to 'extra/usb_updater/usb_updater2.c')
-rw-r--r--extra/usb_updater/usb_updater2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/usb_updater/usb_updater2.c b/extra/usb_updater/usb_updater2.c
index 65c5fd248d..10bfeee7bb 100644
--- a/extra/usb_updater/usb_updater2.c
+++ b/extra/usb_updater/usb_updater2.c
@@ -513,7 +513,7 @@ static int transfer_block(struct usb_endpoint *uep,
/* Now get the reply. */
r = libusb_bulk_transfer(uep->devh, uep->ep_num | 0x80,
(void *) &reply, sizeof(reply),
- &actual, 1000);
+ &actual, 5000);
if (r) {
if (r == -7) {
fprintf(stderr, "Timeout!\n");