fix loggerd unittest

old-commit-hash: 8d986c82d801ccdd78641a584ed54c638cb136e3
This commit is contained in:
ZwX1616
2020-11-22 15:40:51 -08:00
parent e7284172ac
commit 165be65c7c
+1 -1
View File
@@ -63,7 +63,7 @@ class TestLoggerd(unittest.TestCase):
# TODO: this should run faster than real time
@parameterized.expand(ALL_CAMERA_COMBINATIONS)
@with_processes(['camerad', 'loggerd'], init_time=5)
@with_processes(['camerad', 'sensord', 'loggerd'], init_time=5)
def test_log_rotation(self, cameras):
print("checking targets:", cameras)
Params().put("RecordFront", "1" if 'dcamera' in cameras else "0")