bump up modeld power draw threshold

pull/24859/head
Adeeb Shihadeh 3 years ago
parent 6757e235f9
commit 0d0f5926a0
  1. 2
      system/hardware/tici/test_power_draw.py

@ -20,7 +20,7 @@ class Proc:
PROCS = [
Proc('camerad', 2.15),
Proc('modeld', 1.0),
Proc('modeld', 1.0, atol=0.15),
Proc('dmonitoringmodeld', 0.25),
Proc('encoderd', 0.23),
]

Loading…
Cancel
Save