From 2ca0edf5fdb47e399bd284fca8ee10ae6c2584ac Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Sat, 22 May 2021 01:09:43 -0700 Subject: [PATCH] Increase estimate for airfield ground ops. 5 minutes is pretty optimistic at most airfields. --- gen/flights/flightplan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen/flights/flightplan.py b/gen/flights/flightplan.py index b18d8a91..14bc6601 100644 --- a/gen/flights/flightplan.py +++ b/gen/flights/flightplan.py @@ -243,7 +243,7 @@ class FlightPlan: if self.flight.from_cp.is_fleet: return timedelta(minutes=2) else: - return timedelta(minutes=5) + return timedelta(minutes=8) @property def mission_departure_time(self) -> timedelta: