mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
fix(auth): Increase timeout to 60s for Exchange auth
This commit is contained in:
parent
6ae7fb7aef
commit
d561fe5b71
1 changed files with 2 additions and 2 deletions
|
@ -274,7 +274,7 @@ class AccountSettingsPage extends React.Component
|
|||
method: 'POST'
|
||||
body: data
|
||||
returnsModel: false
|
||||
timeout: 30000
|
||||
timeout: 60000
|
||||
auth:
|
||||
user: ''
|
||||
pass: ''
|
||||
|
@ -288,7 +288,7 @@ class AccountSettingsPage extends React.Component
|
|||
EdgehillAPI.request
|
||||
path: "/connect/nylas"
|
||||
method: "POST"
|
||||
timeout: 30000
|
||||
timeout: 60000
|
||||
body: json
|
||||
success: @_onAccountReceived
|
||||
error: @_onNetworkError
|
||||
|
|
Loading…
Reference in a new issue