Skip to content

Commit 9242a8c

Browse files
committed
Extend loading timeout
1 parent a6a3dc5 commit 9242a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/WalletCheck.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
if (!completed) {
252252
loadingModal = true
253253
}
254-
}, 150)
254+
}, 650)
255255
})
256256
257257
if (modal) {

0 commit comments

Comments
 (0)