From e88652bc56da73846f1287a1522ff5682619d83d Mon Sep 17 00:00:00 2001 From: Kano Date: Fri, 29 Mar 2013 21:33:57 +1100 Subject: [PATCH] BFL FPGA Windows timeout set to 999ms --- usbutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usbutils.c b/usbutils.c index 1c324614..3c697110 100644 --- a/usbutils.c +++ b/usbutils.c @@ -54,7 +54,7 @@ #ifdef WIN32 #define BFLSC_TIMEOUT_MS 500 -#define BITFORCE_TIMEOUT_MS 500 +#define BITFORCE_TIMEOUT_MS 999 #define MODMINER_TIMEOUT_MS 200 #define AVALON_TIMEOUT_MS 500 #else