diff --git a/src/js/services/profileService.js b/src/js/services/profileService.js index 52e42ce57..cdcb4126c 100644 --- a/src/js/services/profileService.js +++ b/src/js/services/profileService.js @@ -651,7 +651,7 @@ angular.module('copayApp.services') $log.debug('Locking wallet automatically'); root.lockFC(); }; - }, 2000); + }, 60000); return cb(); }); };