diff --git a/selfdrive/test/test_onroad.py b/selfdrive/test/test_onroad.py index 1cbcb6a45b..38d81cd0a1 100644 --- a/selfdrive/test/test_onroad.py +++ b/selfdrive/test/test_onroad.py @@ -396,7 +396,7 @@ class TestOnroad: ("modelV2", 0.045, 0.040), # can miss cycles here and there, just important the avg frequency is 20Hz - ("driverStateV2", 0.05, 0.2), + ("driverStateV2", 0.2, 0.05), ] for (s, instant_max, avg_max) in cfgs: ts = [getattr(m, s).modelExecutionTime for m in self.msgs[s]]