wait longer for tici camerad startup

pull/2086/head
ZwX1616 5 years ago committed by GitHub
parent 87473fbc41
commit 521b6688ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      selfdrive/loggerd/tests/test_loggerd.py

@ -54,7 +54,7 @@ class TestLoggerd(unittest.TestCase):
return os.path.join(ROOT, last_route)
# TODO: this should run faster than real time
@with_processes(['camerad', 'loggerd'], init_time=2)
@with_processes(['camerad', 'loggerd'], init_time=5)
def test_log_rotation(self):
# wait for first seg to start being written
time.sleep(5)

Loading…
Cancel
Save