From a4416c4e6b9ec43ed7734c1d6f9e75f649cdf12a Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Wed, 20 May 2020 14:23:57 -0700 Subject: [PATCH] Locationd actually runs in jenkins now. Give more cpu allowance old-commit-hash: 5870b48210628592e5bde01ef767fb109815b6a5 --- common/manager_helpers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/manager_helpers.py b/common/manager_helpers.py index e5ae067035..4aaf4dd213 100644 --- a/common/manager_helpers.py +++ b/common/manager_helpers.py @@ -12,7 +12,7 @@ def print_cpu_usage(first_proc, last_proc): ("selfdrive.controls.radard", 9.54), ("./_ui", 9.54), ("./camerad", 7.07), - ("selfdrive.locationd.locationd", 13.96), + ("selfdrive.locationd.locationd", 27.46), ("./_sensord", 6.17), ("selfdrive.controls.dmonitoringd", 5.48), ("./boardd", 3.63),