Commit 7c774c426506f24fd38b975df1b6a43daccb52ea

Angus Gratton 2013-12-14T15:40:56

Pull back the very long timeouts set in fe478953cf50

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/driver-drillbit.c b/driver-drillbit.c
index 58b9e8d..8b1f2de 100644
--- a/driver-drillbit.c
+++ b/driver-drillbit.c
@@ -16,9 +16,7 @@
 #include "driver-drillbit.h"
 #include "sha2.h"
 
-/* Wait longer 1/3 longer than it would take for a full nonce range */
-#define TIMEOUT 6000
-#define SHORT_TIMEOUT 2000
+#define TIMEOUT 3000
 #define MAX_RESULTS 16 // max results from a single chip
 
 #define drvlog(prio, fmt, ...) do { \