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 94b59f2562
commit eb3b26deb7

View file

@ -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: '',