Skip to content
Snippets Groups Projects
Commit 0241c3d0 authored by Maxim Filippov's avatar Maxim Filippov :new_moon_with_face:
Browse files

Merge branch 'increase-login-timeout' into 'master'

increase login timeout to 60 seconds

See merge request !25
parents 8dd564d0 09738dc9
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ import { Message } from 'element-ui'
// create an axios instance
const service = axios.create({
timeout: 5000 // request timeout
timeout: 60000 // request timeout
})
// response interceptor
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment