update tests

pull/20439/head
Comma Device 4 years ago
parent 2aec80298c
commit 94d5ed789e
  1. 2
      selfdrive/test/test_onroad.py
  2. 2
      selfdrive/test/test_sounds.py

@ -18,10 +18,10 @@ PROCS = [
("./loggerd", 45.0), ("./loggerd", 45.0),
("selfdrive.locationd.locationd", 35.0), ("selfdrive.locationd.locationd", 35.0),
("selfdrive.controls.plannerd", 20.0), ("selfdrive.controls.plannerd", 20.0),
("./_ui", 15.0),
("selfdrive.locationd.paramsd", 12.0), ("selfdrive.locationd.paramsd", 12.0),
("./camerad", 7.07), ("./camerad", 7.07),
("./_sensord", 6.17), ("./_sensord", 6.17),
("./_ui", 5.82),
("selfdrive.controls.radard", 5.67), ("selfdrive.controls.radard", 5.67),
("./_modeld", 4.48), ("./_modeld", 4.48),
("./boardd", 3.63), ("./boardd", 3.63),

@ -20,7 +20,7 @@ SOUNDS = {
AudibleAlert.chimeWarning1: 80, AudibleAlert.chimeWarning1: 80,
AudibleAlert.chimeWarning2: 107, AudibleAlert.chimeWarning2: 107,
AudibleAlert.chimeWarning2Repeat: 177, AudibleAlert.chimeWarning2Repeat: 177,
AudibleAlert.chimeWarningRepeat: 240, AudibleAlert.chimeWarningRepeat: 236,
} }
def get_total_writes(): def get_total_writes():

Loading…
Cancel
Save