From abcffc26469a8ad6d752f62a39c19107e1a82891 Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Wed, 4 Jul 2012 22:55:23 +0200 Subject: Increase USB timeout to 10 seconds for really slow machines --- libirecovery.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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__) -- cgit v1.1-32-gdbae