diff --git a/selfdrive/test/test_onroad.py b/selfdrive/test/test_onroad.py index 21fd4b1f11..5bc6bff1c2 100644 --- a/selfdrive/test/test_onroad.py +++ b/selfdrive/test/test_onroad.py @@ -32,7 +32,7 @@ CPU usage budget * total CPU usage of openpilot (sum(PROCS.values()) should not exceed MAX_TOTAL_CPU """ -MAX_TOTAL_CPU = 260. # total for all 8 cores +MAX_TOTAL_CPU = 265. # total for all 8 cores PROCS = { # Baseline CPU usage by process "selfdrive.controls.controlsd": 18.0,