ci: lower `soundd` CPU budget (#33684)

tr
pull/33685/head
Maxime Desroches 7 months ago committed by GitHub
parent 216145d4bc
commit d826b08369
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      selfdrive/test/test_onroad.py

@ -53,7 +53,7 @@ PROCS = {
"selfdrive.locationd.calibrationd": 2.0,
"selfdrive.locationd.torqued": 5.0,
"selfdrive.locationd.locationd": 25.0,
"selfdrive.ui.soundd": 3.5,
"selfdrive.ui.soundd": 3.38,
"selfdrive.monitoring.dmonitoringd": 4.0,
"./proclogd": 1.54,
"system.logmessaged": 0.2,

Loading…
Cancel
Save