回答:
デフォルトでは、Enhanced Dictationはプロセスを終了する前に7分(420秒)待機します。設定ファイルに別の値を書き込むことにより、このデフォルトをオーバーライドできます。
たとえば、ディクテーションを60分(3600秒)待機させる場合は、ターミナルを開いて次のコマンドを実行します。
defaults write com.apple.inputmethod.ironwood DelaySecondsUntilTerminatationOffline -float 3600;killall DictationIM
デフォルト値に戻したい場合は、次のコマンドを使用してオーバーライドを削除できます。
defaults remove com.apple.inputmethod.ironwood DelaySecondsUntilTerminatationOffline;killall DictationIM