onroad test: increase timeout waiting for logs

old-commit-hash: dfa8649b6e
commatwo_master
Willem Melching 4 years ago
parent 037d108627
commit 159ba626a8
  1. 2
      selfdrive/test/test_onroad.py

@ -96,7 +96,7 @@ class TestOnroad(unittest.TestCase):
# make sure we get at least two full segments
cls.segments = []
with Timeout(180, "timed out waiting for logs"):
with Timeout(300, "timed out waiting for logs"):
while len(cls.segments) < 3:
new_paths = set(Path(ROOT).iterdir()) - initial_segments
segs = [p for p in new_paths if "--" in str(p)]

Loading…
Cancel
Save