Skip to content

Commit fe6df45

Browse files
authored
Merge pull request #301 from blocknative/fix/extend-loading-timeout
Fix: Extend loading timeout. Closes #300
2 parents a6a3dc5 + 9242a8c commit fe6df45

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)