From 6a844a02f58c1fbb1fd58a18174f9089564675c7 Mon Sep 17 00:00:00 2001 From: michael1011 Date: Mon, 28 Oct 2024 16:46:14 +0100 Subject: [PATCH] chore: bump bolt12 resolve timeout (#710) --- src/components/CreateButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CreateButton.tsx b/src/components/CreateButton.tsx index d262268c..43c49dba 100644 --- a/src/components/CreateButton.tsx +++ b/src/components/CreateButton.tsx @@ -185,7 +185,7 @@ export const CreateButton = () => { return new Promise(async (resolve, reject) => { const timeout = setTimeout( () => reject(t("timeout")), - 5_000, + 15_000, ); try {