From 4e339db7e80f1a8fe2f3872f5dc5a369d8faba16 Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Thu, 15 Apr 2021 11:24:17 +0200 Subject: [PATCH] tici test onroad, increase camerad cpu usage old-commit-hash: 8eaf3d24102265493239f598036966b15590ce22 --- 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 43a32993d9..55e7ac4f9e 100755 --- a/selfdrive/test/test_onroad.py +++ b/selfdrive/test/test_onroad.py @@ -43,7 +43,7 @@ if TICI: PROCS.update({ "./loggerd": 55.0, "selfdrive.controls.controlsd": 26.0, - "./camerad": 20.0, + "./camerad": 25.0, "selfdrive.locationd.locationd": 21.0, "selfdrive.controls.plannerd": 12.0, "selfdrive.locationd.paramsd": 5.0,