diff --git a/lib/tasks/gather.js b/lib/tasks/gather.js index 94588157..a21856db 100644 --- a/lib/tasks/gather.js +++ b/lib/tasks/gather.js @@ -108,7 +108,9 @@ class TaskGather extends Task { if (this.listenAfterSpeech) { startListening(cs, ep); } else { - this.notifyTaskDone(); + setTimeout(()=> { + this.notifyTaskDone(); + }, 2000); } } });