Longer timeout on axios client
We're hitting the 10sec timeout trying to do login
This commit is contained in:
parent
59bf360937
commit
e464a9fcdb
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ class ApiClient {
|
|||
|
||||
constructor() {
|
||||
this.client = axios.create({
|
||||
timeout: 10000,
|
||||
timeout: 60000,
|
||||
withCredentials: true,
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue