Increased timeout for other new actions.

This commit is contained in:
CalDescent 2023-05-05 18:30:14 +01:00
parent 86b5bae320
commit 3f71a63512

View File

@ -432,6 +432,8 @@ function getDefaultTimeout(action) {
// Some actions need longer default timeouts, especially those that create transactions
switch (action) {
case "GET_USER_ACCOUNT":
case "SAVE_FILE":
case "DECRYPT_DATA":
// User may take a long time to accept/deny the popup
return 60 * 60 * 1000;