Increase flight event time margin

This commit is contained in:
SiboVG 2022-12-22 00:25:33 +01:00
parent 98cc674d5a
commit 41260d7ee9

View File

@ -66,7 +66,7 @@ public class FlightEventsTest extends BaseTestCase {
// Test that the event times are correct
for (int i = 0; i < expectedEventTimes.length; i++) {
assertEquals(" Flight type " + expectedEventTypes[i] + " has wrong time",
expectedEventTimes[i], eventList.get(i).getTime(), 0.001);
expectedEventTimes[i], eventList.get(i).getTime(), 0.002);
}
@ -142,7 +142,7 @@ public class FlightEventsTest extends BaseTestCase {
// Test that the event times are correct
for (int i = 0; i < expectedEventTimes.length; i++) {
assertEquals(" Flight type " + expectedEventTypes[i] + " has wrong time",
expectedEventTimes[i], eventList.get(i).getTime(), 0.001);
expectedEventTimes[i], eventList.get(i).getTime(), 0.002);
}
// Test that the event sources are correct