diff --git a/system/hardware/tici/test_power_draw.py b/system/hardware/tici/test_power_draw.py index 31b8471328229f..b6b5c735fa77b9 100755 --- a/system/hardware/tici/test_power_draw.py +++ b/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), ]