Increase estimate for airfield ground ops.

5 minutes is pretty optimistic at most airfields.
This commit is contained in:
Dan Albert 2021-05-22 01:09:43 -07:00
parent 90dca9072e
commit 2ca0edf5fd

View File

@ -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: