Skip to content

Commit 51b0806

Browse files
committed
Give iPhones more time to get geolocation done
1 parent aef83fa commit 51b0806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/views/help/wifi-tools.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export const getPosition = (args: any = {}): Promise<Object> =>
2121
...args,
2222
enableHighAccuracy: true,
2323
maximumAge: 1000 /* ms */,
24-
timeout: 5000 /* ms */,
24+
timeout: 15000 /* ms */,
2525
})
2626
} else {
2727
navigator.geolocation.getCurrentPosition(resolve, reject)

0 commit comments

Comments
 (0)