diff --git a/static/js/progress.js b/static/js/progress.js index 4bd21b5..35e9a31 100644 --- a/static/js/progress.js +++ b/static/js/progress.js @@ -76,13 +76,13 @@ function showProgress() { window.progressInitTimeout = setTimeout(() => { if (progressMessage && progressMessage.textContent === 'Initializing...') { progressMessage.innerHTML = ` -
Request is being processed for over 10 seconds.
+
Request is being processed..
- The task is queued and will start automatically once current processing is finished. + The task is queued and will start automatically.
`; } - }, 10000); + }, 5000); startProgressPolling(); }