fix(auth): Wait 150s for Exchange autodiscovery to complete

This commit is contained in:
Ben Gotow 2016-05-31 14:04:20 -07:00
parent 14dce13276
commit 9c54677753

View file

@ -103,7 +103,7 @@ export function runAuthRequest(accountInfo) {
method: 'POST',
body: data,
returnsModel: false,
timeout: 60000,
timeout: 150000,
auth: {
user: '',
pass: '',