mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-22 22:32:11 +08: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