summaryrefslogtreecommitdiffstats
path: root/libirecovery.c
diff options
context:
space:
mode:
Diffstat (limited to 'libirecovery.c')
-rw-r--r--libirecovery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libirecovery.c b/libirecovery.c
index f92cc50..3b839f9 100644
--- a/libirecovery.c
+++ b/libirecovery.c
@@ -37,7 +37,7 @@
#include "libirecovery.h"
-#define USB_TIMEOUT 5000
+#define USB_TIMEOUT 10000
#define BUFFER_SIZE 0x1000
#define debug(...) if(libirecovery_debug) fprintf(stderr, __VA_ARGS__)