Skip to content

Commit 215c9cc

Browse files
committed
Debugging
Signed-off-by: Ian Costanzo <ian@anon-solutions.ca>
1 parent 1128f04 commit 215c9cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aries_cloudagent/protocols/routing/v1_0/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ async def get_recipient(self, recip_verkey: str) -> RouteRecord:
8181
raise RouteNotFoundError(
8282
f"No route found with recipient key: {recip_verkey}"
8383
)
84-
await asyncio.wait(500)
84+
await asyncio.sleep(0.5)
8585
pause = False
8686

8787
async def get_routes(

0 commit comments

Comments
 (0)