3
0
mirror of https://github.com/Qortal/qortal.git synced 2025-02-11 17:55:50 +00:00

Increased timeouts to 5 mins for various actions that require the user to confirm.

This commit is contained in:
CalDescent 2023-03-29 18:47:03 +01:00
parent 8d462dedfa
commit 3109c3bb16

View File

@ -438,7 +438,7 @@ function getDefaultTimeout(action) {
case "DEPLOY_AT":
case "SEND_COIN":
// Allow extra time for other actions that create transactions, even if there is no PoW
return 30 * 1000;
return 5 * 60 * 1000;
default:
break;