Skip to content

Commit 35cda38

Browse files
committed
2 parents ce1f73a + e7a0c4b commit 35cda38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/api/request.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import axios from 'axios'
22

33
const instance = axios.create({
4-
timeout: 180000
4+
timeout: 1800000
55
})
66

77
instance.interceptors.response.use(function (response) {

0 commit comments

Comments
 (0)