onroad test: increase timeout waiting for logs

old-commit-hash: dfa8649b6eac4b60b7cceac0b74d5b4e3d7a99c3
This commit is contained in:
Willem Melching
2021-02-16 18:08:23 +01:00
parent 037d108627
commit 159ba626a8
+1 -1
View File
@@ -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)]