mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-03 03:23:45 +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',
|
||||
body: data,
|
||||
returnsModel: false,
|
||||
timeout: 60000,
|
||||
timeout: 150000,
|
||||
auth: {
|
||||
user: '',
|
||||
pass: '',
|
||||
|
|
Loading…
Reference in a new issue