Increase the BFLSC timeout to allow the maximum number of results to be returned for BAS in time.
diff --git a/usbutils.c b/usbutils.c
index 88cbadf..1c811b1 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