Correcting the autotuner timeout
[satune.git] / src / Tuner / autotuner.cc
index 6a178078d453c04950f5305113a8d4aecf49b726..6b297557af8a3e1fec719a09559c3d4bdec59a6e 100644 (file)
@@ -6,7 +6,7 @@
 #include <float.h>
 
 #define UNSETVALUE -1
-#define TIMEOUTSEC 60
+#define TIMEOUTSEC 5000
 AutoTuner::AutoTuner(uint _budget) :
        budget(_budget), result(UNSETVALUE) {
 }