diff --git a/core/src/storage/cache.py b/core/src/storage/cache.py index 80509cc66a..515e5aeb85 100644 --- a/core/src/storage/cache.py +++ b/core/src/storage/cache.py @@ -133,8 +133,8 @@ class SessionlessCache(DataCache): 64, # APP_COMMON_SEED_WITHOUT_PASSPHRASE 1, # APP_COMMON_SAFETY_CHECKS_TEMPORARY 1, # STORAGE_DEVICE_EXPERIMENTAL_FEATURES - 4, # APP_COMMON_REQUEST_PIN_LAST_UNLOCK - 4, # APP_COMMON_BUSY_DEADLINE_MS + 8, # APP_COMMON_REQUEST_PIN_LAST_UNLOCK + 8, # APP_COMMON_BUSY_DEADLINE_MS ) super().__init__()