increase timeout, api is now taking care of this
This commit is contained in:
parent
efe98e561a
commit
7816ab558b
|
@ -1,6 +1,6 @@
|
||||||
@Travis.Auth = Ember.Object.extend
|
@Travis.Auth = Ember.Object.extend
|
||||||
iframe: $('<iframe id="auth-frame" />').hide()
|
iframe: $('<iframe id="auth-frame" />').hide()
|
||||||
timeout: 10000
|
timeout: 30000 # api has a lower timeout for opening a popup
|
||||||
state: 'signed-out'
|
state: 'signed-out'
|
||||||
receivingEnd: "#{location.protocol}//#{location.host}"
|
receivingEnd: "#{location.protocol}//#{location.host}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user