fix: fix test race condition
ref: N25B-301
This commit is contained in:
@@ -37,7 +37,7 @@ class RICommunicationAgent(BaseAgent):
|
||||
|
||||
if await self._negotiate_connection():
|
||||
self.connected = True
|
||||
await self.add_behavior(self._listen_loop())
|
||||
self.add_behavior(self._listen_loop())
|
||||
else:
|
||||
self.logger.warning("Failed to negotiate connection during setup.")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user