Skip to content

Commit 517901b

Browse files
committed
example: improve takeoff and land example
Give it more time to actually properly take off.
1 parent ad1d757 commit 517901b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/takeoff_and_land.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ async def run():
2727
print("-- Taking off")
2828
await drone.action.takeoff()
2929

30-
await asyncio.sleep(5)
30+
await asyncio.sleep(10)
3131

3232
print("-- Landing")
3333
await drone.action.land()

0 commit comments

Comments
 (0)