From 2a30da6698d92a3729bc5478a3c53996b8077152 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Tue, 27 Sep 2022 14:23:32 -0700 Subject: [PATCH] sensor tests: bump light sensor threshold --- selfdrive/sensord/tests/test_sensord.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/selfdrive/sensord/tests/test_sensord.py b/selfdrive/sensord/tests/test_sensord.py index 0b5f054d2..b4a7aef34 100755 --- a/selfdrive/sensord/tests/test_sensord.py +++ b/selfdrive/sensord/tests/test_sensord.py @@ -51,7 +51,7 @@ Sensor = log.SensorEventData.SensorSource SensorConfig = namedtuple('SensorConfig', ['type', 'sanity_min', 'sanity_max']) ALL_SENSORS = { Sensor.rpr0521: { - SensorConfig("light", 0, 150), + SensorConfig("light", 0, 1023), }, Sensor.lsm6ds3: {