fix(auth): Increase timeout to 60s for Exchange auth

This commit is contained in:
Ben Gotow 2016-01-20 10:49:27 -08:00
parent 6ae7fb7aef
commit d561fe5b71

View file

@ -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