MCPcopy
hub / github.com/dronekit/dronekit-python / test_timeout

Function test_timeout

dronekit/test/sitl/test_vehicleclass.py:20–26  ·  view source on GitHub ↗
(connpath)

Source from the content-addressed store, hash-verified

18
19@with_sitl
20def test_timeout(connpath):
21 v = connect(connpath, vehicle_class=DummyVehicle)
22
23 while not v.success:
24 time.sleep(0.1)
25
26 v.close()

Callers

nothing calls this directly

Calls 2

connectFunction · 0.90
closeMethod · 0.45

Tested by

no test coverage detected