From ca3d5d61e256d3be9579a2c8b93d7daf9cfcde5f Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Wed, 28 Sep 2022 20:19:47 -0700 Subject: [PATCH] test_sensord: get 10s of events old-commit-hash: 51e296733d196dcc504607571460e671cc2861e8 --- selfdrive/sensord/tests/test_sensord.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/selfdrive/sensord/tests/test_sensord.py b/selfdrive/sensord/tests/test_sensord.py index b4a7aef343..60fe8b06d4 100755 --- a/selfdrive/sensord/tests/test_sensord.py +++ b/selfdrive/sensord/tests/test_sensord.py @@ -115,9 +115,9 @@ class TestSensord(unittest.TestCase): # read initial sensor values every test case can use os.system("pkill -f ./_sensord") - cls.sample_secs = 5 managed_processes["sensord"].start() - time.sleep(2) + time.sleep(3) + cls.sample_secs = 10 cls.events = read_sensor_events(cls.sample_secs) managed_processes["sensord"].stop()