diff --git a/src/boards/DeathStack/configs/FMMConfig.h b/src/boards/DeathStack/configs/FMMConfig.h
index ad0c44b4f9b3993ebe9cd84ac510eb587d268470..c9bbba9c4578d37f7d5e18c4094a344d17653406 100644
--- a/src/boards/DeathStack/configs/FMMConfig.h
+++ b/src/boards/DeathStack/configs/FMMConfig.h
@@ -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;