mirror of
https://github.com/MoreTore/openpilot.git
synced 2026-08-04 15:56:08 +08:00
fix loggerd test failure when camerad is slow to start
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user