diff --git a/src/modelec_strat/src/strat_fms.cpp b/src/modelec_strat/src/strat_fms.cpp index e22e9c0..ec46161 100644 --- a/src/modelec_strat/src/strat_fms.cpp +++ b/src/modelec_strat/src/strat_fms.cpp @@ -160,7 +160,7 @@ namespace Modelec Transition(State::DO_PROMOTION, "Start promotion"); } // TODO : check the time needed by the mission - else if (elapsed.seconds() < 80) + else if (elapsed.seconds() < 75) { Transition(State::DO_PREPARE_CONCERT, "Proceed to concert"); }