fix: fix test race condition
ref: N25B-301
This commit is contained in:
@@ -37,7 +37,7 @@ class TranscriptionAgent(BaseAgent):
|
||||
self.speech_recognizer.load_model() # Warmup
|
||||
|
||||
# Start background loop
|
||||
await self.add_behavior(self._transcribing_loop())
|
||||
self.add_behavior(self._transcribing_loop())
|
||||
|
||||
self.logger.info("Finished setting up %s", self.name)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user