increase timeout, api is now taking care of this

This commit is contained in:
Konstantin Haase 2012-11-18 21:11:06 +01:00
parent efe98e561a
commit 7816ab558b

View File

@ -1,6 +1,6 @@
@Travis.Auth = Ember.Object.extend
iframe: $('<iframe id="auth-frame" />').hide()
timeout: 10000
timeout: 30000 # api has a lower timeout for opening a popup
state: 'signed-out'
receivingEnd: "#{location.protocol}//#{location.host}"