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 e253302 commit 56e11cbCopy full SHA for 56e11cb
src/components/common/hooks/useOnline/service.ts
@@ -1,6 +1,6 @@
1
import { Routes } from '@Config/constants'
2
3
-const DEFAULT_TIMEOUT = 10000
+const DEFAULT_TIMEOUT = 20000
4
5
const fetchWithTimeout = (url: string, options: RequestInit, controller: AbortController): Promise<any> => {
6
const timeoutId = setTimeout(() => controller.abort(), DEFAULT_TIMEOUT)
0 commit comments