mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-26 00:12:05 +08:00
onroad test: increase timeout waiting for logs
This commit is contained in:
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user