From b3d1ef77eed68caafe3c3a6a74f0f1fa3e621969 Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Thu, 15 Apr 2021 13:11:24 +0200 Subject: [PATCH] tici bump loggerd cpu usage --- 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 55e7ac4f9e..f4873b3aba 100755 --- a/selfdrive/test/test_onroad.py +++ b/selfdrive/test/test_onroad.py @@ -41,7 +41,7 @@ PROCS = { if TICI: PROCS.update({ - "./loggerd": 55.0, + "./loggerd": 60.0, "selfdrive.controls.controlsd": 26.0, "./camerad": 25.0, "selfdrive.locationd.locationd": 21.0,