Skip to content

Commit 7164f81

Browse files
committed
(feat) increase api timeout
1 parent 0dff013 commit 7164f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/axios.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const baseURL =
77

88
export const axiosInstance = axios.create({
99
baseURL,
10-
timeout: 10000,
10+
timeout: 60000,
1111
headers: {
1212
'Content-Type': 'application/json',
1313
// 'ngrok-skip-browser-warning': 'true',

0 commit comments

Comments
 (0)