diff --git a/templates/pages/login/logout.html.twig b/templates/pages/login/logout.html.twig
index aab2f953b..bf7ec9b23 100644
--- a/templates/pages/login/logout.html.twig
+++ b/templates/pages/login/logout.html.twig
@@ -21,6 +21,6 @@
{% block ready_script %}
{{ parent() }}
- // Redirect after 1s so the user has time to read the message
+ // Redirect after 7s so the user has time to read the message
setTimeout(function() { window.location.href = '{{ sUrl }}'; }, 7000);
-{% endblock %}
\ No newline at end of file
+{% endblock %}