From b609f8310aeccc273407a552e581c961f0ad5c2d Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Mon, 24 Mar 2025 15:10:12 -0700 Subject: [PATCH] swap --- selfdrive/test/test_onroad.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]]