|
@@ -394,7 +394,7 @@ class XunfeiAsr:
|
|
|
self.logger.info("xunfei.Asr.call_id:%s, 3333333333", self.__id)
|
|
|
time_cost = (datetime.now() - time1)
|
|
|
self.logger.info(f"xunfei.Asr.started. call_id:{self.__id}, timeCost:{time_cost}, count:{count}")
|
|
|
- self.__event.wait(timeout=.5)
|
|
|
+ self.__event.wait(timeout=1)
|
|
|
self.logger.info(f"xunfei.Asr.started. call_id:{self.__id}, {count}")
|
|
|
except Exception as e:
|
|
|
traceback.print_exc()
|