diff --git a/BTCPayServer/BTCPayServer.csproj b/BTCPayServer/BTCPayServer.csproj
index b98a4beab..8abddaa49 100644
--- a/BTCPayServer/BTCPayServer.csproj
+++ b/BTCPayServer/BTCPayServer.csproj
@@ -44,14 +44,14 @@
-
+
-
+
-
+
diff --git a/BTCPayServer/wwwroot/js/StoreWallet.js b/BTCPayServer/wwwroot/js/StoreWallet.js
index fa96f41b7..25c62364b 100644
--- a/BTCPayServer/wwwroot/js/StoreWallet.js
+++ b/BTCPayServer/wwwroot/js/StoreWallet.js
@@ -61,7 +61,7 @@ $(function () {
confirmButton.prop("disabled", true);
confirmButton.addClass("disabled");
- bridge.sendCommand('sendtoaddress', args, 60 * 5 /* timeout */)
+ bridge.sendCommand('sendtoaddress', args, 60 * 10 /* timeout */)
.catch(function (reason) {
WriteAlert("danger", reason);
confirmButton.prop("disabled", false);