From 00c10f685107c1c03e6ed413834077af6a9f6f09 Mon Sep 17 00:00:00 2001 From: Maxime Desroches Date: Thu, 21 Nov 2024 11:32:06 -0800 Subject: [PATCH] ci: adjust pandad cpu usage (#34077) more --- 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 7dc7a75c12..09f15069ea 100644 --- a/selfdrive/test/test_onroad.py +++ b/selfdrive/test/test_onroad.py @@ -72,7 +72,7 @@ PROCS = { PROCS.update({ "tici": { - "./pandad": 4.0, + "./pandad": 5.0, "./ubloxd": 1.0, "system.ubloxd.pigeond": 6.0, },