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 aef83fa commit 51b0806Copy full SHA for 51b0806
source/views/help/wifi-tools.js
@@ -21,7 +21,7 @@ export const getPosition = (args: any = {}): Promise<Object> =>
21
...args,
22
enableHighAccuracy: true,
23
maximumAge: 1000 /* ms */,
24
- timeout: 5000 /* ms */,
+ timeout: 15000 /* ms */,
25
})
26
} else {
27
navigator.geolocation.getCurrentPosition(resolve, reject)
0 commit comments