From a81749bb38e7bf6904df7d7ef6378fd4324af1ee Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Wed, 19 Jun 2013 12:15:51 +1000 Subject: [PATCH] Increase the BFLSC timeout to allow the maximum number of results to be returned for BAS in time. --- usbutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usbutils.c b/usbutils.c index 88cbadff..1c811b18 100644 --- a/usbutils.c +++ b/usbutils.c @@ -61,7 +61,7 @@ #define AVALON_TIMEOUT_MS 999 #define ICARUS_TIMEOUT_MS 999 #else -#define BFLSC_TIMEOUT_MS 200 +#define BFLSC_TIMEOUT_MS 300 #define BITFORCE_TIMEOUT_MS 200 #define MODMINER_TIMEOUT_MS 100 #define AVALON_TIMEOUT_MS 200