wait longer for tici camerad startup

albatross
ZwX1616 2020-08-25 21:07:50 -07:00 committed by GitHub
parent 87473fbc41
commit 521b6688ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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)