mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 09:22:18 +00:00
mavsdk_tests: wait a bit longer for gazebo command
Otherwise this triggers in CI sometimes.
This commit is contained in:
@@ -63,7 +63,7 @@ class Runner:
|
||||
self.thread = threading.Thread(target=self.process_output)
|
||||
self.thread.start()
|
||||
if self.wait_until_complete:
|
||||
if self.wait(1.0) != 0:
|
||||
if self.wait(5.0) != 0:
|
||||
raise TimeoutError("Command not completed")
|
||||
|
||||
def process_output(self) -> None:
|
||||
|
||||
Reference in New Issue
Block a user