change time

This commit is contained in:
acki
2025-05-23 15:53:26 -04:00
parent fe42c2045c
commit f70fecfe79

View File

@@ -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");
}