Skip to content

Commit

Permalink
test parser: bump up one signal threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh authored Apr 8, 2023
1 parent f9837ff commit 3c81860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion can/tests/test_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def test_performance_one_signal(self):
("ACCEL_CMD", "ACC_CONTROL"),
]
self._benchmark(signals, [('ACC_CONTROL', 10)], (5000, 7000), 1)
self._benchmark(signals, [('ACC_CONTROL', 10)], (2200, 3000), 10)
self._benchmark(signals, [('ACC_CONTROL', 10)], (2200, 3300), 10)

def test_performance_all_signals(self):
signals = [
Expand Down

0 comments on commit 3c81860

Please sign in to comment.