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 7001725 commit 549ec49Copy full SHA for 549ec49
src/apis/core/index.ts
@@ -11,7 +11,7 @@ const HTTP_METHODS = {
11
DELETE: 'delete',
12
} as const;
13
14
-const TIME_OUT = 2000;
+const TIME_OUT = 5000;
15
16
const axiosInstance = axios.create({
17
baseURL: `${process.env.NEXT_PUBLIC_API_URL}`,
0 commit comments