Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
20
def
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
connect
Function · 0.90
close
Method · 0.45
Tested by
no test coverage detected