diff --git a/config/initializers/devise.rb b/config/initializers/devise.rb
index 88efae06e537bc4784c45dc743f76688b5e7be3e..1e3ba8fa05f15d02b2c7718140e02b115ad2fdeb 100644
--- a/config/initializers/devise.rb
+++ b/config/initializers/devise.rb
@@ -80,7 +80,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.
-  config.timeout_in = 10.minutes
+  config.timeout_in = 1.day
 
   # ==> Configuration for :lockable
   # Defines which strategy will be used to lock an account.