diff --git a/config/initializers/devise.rb b/config/initializers/devise.rb
index 699a431fe531a60437b31f456d24b04d9822e8d0..39141197295887ca0d5b1f352a85c9954daa835f 100644
--- a/config/initializers/devise.rb
+++ b/config/initializers/devise.rb
@@ -188,7 +188,7 @@ Devise.setup do |config|
   # ==> Configuration for :timeoutable
   # The time you want to timeout the user session without activity. After this
   # time the user will be asked for credentials again. Default is 30 minutes.
-  config.timeout_in = Rails.env.development? ? 30.days : 30.minutes
+  config.timeout_in = Rails.env.development? ? 30.days : 60.minutes
 
   # ==> Configuration for :lockable
   # Defines which strategy will be used to lock an account.