From 0d0f5926a006ead1709b78fe69c1186b5a607c66 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Tue, 14 Jun 2022 21:12:49 -0700 Subject: [PATCH] bump up modeld power draw threshold --- system/hardware/tici/test_power_draw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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), ]