From: Hamed Gorjiara Date: Tue, 2 Oct 2018 19:00:51 +0000 (-0700) Subject: Correcting the autotuner timeout X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=94a2a1f10d93eabe3a247981b5afd0d641528e4f;p=satune.git Correcting the autotuner timeout --- 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) { }