Put timer back to 25 minutes

This commit is contained in:
Andrew Shumway
2023-10-02 15:21:00 -06:00
parent 93ac55ce35
commit efce22b171

View File

@@ -51,7 +51,7 @@ window.GOVUK.Modules.TimeoutPopup = window.GOVUK.Modules.TimeoutPopup || {};
}
if (document.getElementById("timeLeft") !== null) {
setTimeout(setSessionTimer, 60 * 1000);
setTimeout(setSessionTimer, 25 * 60 * 1000);
}
global.GOVUK.Modules.TimeoutPopup.checkTimer = checkTimer;