Skip to content

Commit

Permalink
front: change time tolerance from 1s to 2s
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Rolland <[email protected]>
  • Loading branch information
axrolld committed Dec 19, 2024
1 parent 07e13ab commit 2e87392
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/src/modules/timesStops/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ export const MarginUnit = {
second: 's',
} as const;

export const ARRIVAL_TIME_ACCEPTABLE_ERROR_MS = 1000;
export const ARRIVAL_TIME_ACCEPTABLE_ERROR_MS = 2000;

0 comments on commit 2e87392

Please sign in to comment.