mirror of
https://github.com/meshcore-dev/meshcore-cli.git
synced 2026-04-20 22:13:48 +00:00
change default timeout for ack to 6
This commit is contained in:
parent
8629e7ed69
commit
fbd422b247
1 changed files with 1 additions and 1 deletions
2
mccli.py
2
mccli.py
|
|
@ -516,7 +516,7 @@ class MeshCore:
|
|||
""" Wait for a message """
|
||||
await self.rx_sem.acquire()
|
||||
|
||||
async def wait_ack(self, timeout=10):
|
||||
async def wait_ack(self, timeout=6):
|
||||
""" Wait ack """
|
||||
try:
|
||||
await asyncio.wait_for(self.ack_ev.wait(), timeout)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue