test parser: bump up one signal threshold

This commit is contained in:
Adeeb Shihadeh 2023-04-08 15:36:23 -07:00 committed by GitHub
parent f9837ff91c
commit 3c81860270
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class TestParser(unittest.TestCase):
("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 = [