diff --git a/awx/ui/static/js/config.js b/awx/ui/static/js/config.js index ae6fbec83d..de96f58480 100644 --- a/awx/ui/static/js/config.js +++ b/awx/ui/static/js/config.js @@ -21,6 +21,6 @@ var $AnsibleConfig = // > password_strength = green // It also controls password validation. Passwords are rejected if the score is not > password_strength. - session_timeout: 15 // Number of seconds before an inactive session is automatically timed out and forced to log in again. + session_timeout: 1800 // Number of seconds before an inactive session is automatically timed out and forced to log in again. // Separate from time out value set in API. }