mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-03 11:36:08 +08:00
fix(auth): Wait 150s for Exchange autodiscovery to complete
This commit is contained in:
parent
94b59f2562
commit
eb3b26deb7
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ export function runAuthRequest(accountInfo) {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
body: data,
|
body: data,
|
||||||
returnsModel: false,
|
returnsModel: false,
|
||||||
timeout: 60000,
|
timeout: 150000,
|
||||||
auth: {
|
auth: {
|
||||||
user: '',
|
user: '',
|
||||||
pass: '',
|
pass: '',
|
||||||
|
|
Loading…
Reference in a new issue