Skip to content

Commit

Permalink
chore: bump bolt12 resolve timeout (#710)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 authored Oct 28, 2024
1 parent a732713 commit 6a844a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CreateButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export const CreateButton = () => {
return new Promise<string>(async (resolve, reject) => {
const timeout = setTimeout(
() => reject(t("timeout")),
5_000,
15_000,
);

try {
Expand Down

0 comments on commit 6a844a0

Please sign in to comment.