From a9f332bd4d45078d4223e9c054bdc093b298b9f8 Mon Sep 17 00:00:00 2001 From: Michal Vokac Date: Fri, 3 Jun 2011 11:29:35 +0200 Subject: [PATCH] robofsm: Match timing tuning. Time to deposite = short time to end increased. --- src/robofsm/match-timing.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/robofsm/match-timing.c b/src/robofsm/match-timing.c index b4078cd0..6d68d7de 100644 --- a/src/robofsm/match-timing.c +++ b/src/robofsm/match-timing.c @@ -4,11 +4,11 @@ UL_LOG_CUST(ulogd_match_timing); // Log domain name = "ulogd_" + the name of the source file #ifdef COMPETITION -#define COMPETITION_TIME_DEFAULT 90 -#define TIME_TO_DEPOSITE_DEFAULT 60 +#define COMPETITION_TIME_DEFAULT 90 +#define TIME_TO_DEPOSITE_DEFAULT 65 #else #define COMPETITION_TIME_DEFAULT 90 -#define TIME_TO_DEPOSITE_DEFAULT 60 +#define TIME_TO_DEPOSITE_DEFAULT 65 #endif /* competition time in seconds */ -- 2.39.2