We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3fc291 commit 80f9f79Copy full SHA for 80f9f79
src/modules/check/connect.ts
@@ -26,10 +26,10 @@ function connect(
26
27
setTimeout(() => {
28
if (address === null) {
29
- // if prom isn't resolving after 250ms, then stop waiting
+ // if prom isn't resolving after 500ms, then stop waiting
30
resolve()
31
}
32
- }, 250)
+ }, 500)
33
})
34
35
src/modules/check/network.ts
@@ -29,10 +29,10 @@ function network(
if (network === null) {
36
37
38
0 commit comments