Skip to content

Commit 0a5b562

Browse files
committed
chore: checkout time increased
1 parent deab30f commit 0a5b562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/common/hooks/useOnline/service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const getFallbackInternetConnectivity = (controller: AbortController): Promise<any> => {
22
const timeoutId = setTimeout(() => {
33
controller.abort()
4-
}, 10000)
4+
}, 20000)
55

66
return fetch('https://www.google.com/favicon.ico', {
77
method: 'HEAD',

0 commit comments

Comments
 (0)