From 94a2a1f10d93eabe3a247981b5afd0d641528e4f Mon Sep 17 00:00:00 2001 From: Hamed Gorjiara Date: Tue, 2 Oct 2018 12:00:51 -0700 Subject: [PATCH] Correcting the autotuner timeout --- src/Tuner/autotuner.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tuner/autotuner.cc b/src/Tuner/autotuner.cc index 6a17807..6b29755 100644 --- a/src/Tuner/autotuner.cc +++ b/src/Tuner/autotuner.cc @@ -6,7 +6,7 @@ #include #define UNSETVALUE -1 -#define TIMEOUTSEC 60 +#define TIMEOUTSEC 5000 AutoTuner::AutoTuner(uint _budget) : budget(_budget), result(UNSETVALUE) { } -- 2.34.1