fix loggerd test failure when camerad is slow to start

old-commit-hash: d748b44f48
commatwo_master
Adeeb Shihadeh 4 years ago
parent a2749618ec
commit db62739c00
  1. 3
      selfdrive/loggerd/tests/test_loggerd.py

@ -116,6 +116,9 @@ class TestLoggerd(unittest.TestCase):
if TICI:
expected_files.add("ecamera.hevc")
# give camerad time to start
time.sleep(5)
for _ in range(5):
num_segs = random.randint(1, 10)
length = random.randint(2, 5)

Loading…
Cancel
Save