Skip to content
Snippets Groups Projects
Commit b6213bb2 authored by Luca Conterio's avatar Luca Conterio
Browse files

[FMM] mission timeout put to 15 minutes instead of 30

parent a7646a68
Branches
Tags
No related merge requests found
Pipeline #2853 passed
......@@ -28,7 +28,7 @@ namespace DeathStackBoard
// State timeouts
// Automatically end the mission after a very long time, in order to safely
// close the logs if radio comms have been lost
static constexpr unsigned int TIMEOUT_END_MISSION = 30 * 60 * 1000;
static constexpr unsigned int TIMEOUT_END_MISSION = 15 * 60 * 1000;
static constexpr unsigned int FMM_PRIORITY = 2;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment