mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-05 21:42:05 +08:00
wait longer for tici camerad startup
old-commit-hash: 521b6688ea6f32e6712ac4bdb382c393963b2e07
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user