lower handshake timeout

This commit is contained in:
Konstantin Haase 2012-09-19 11:28:59 +02:00
parent 54a1cf72a8
commit 473951e60a
2 changed files with 2 additions and 2 deletions

View File

@ -43,4 +43,4 @@ $.extend Travis.Auth.prototype,
signIn: ->
@trySignIn()
window.setTimeout((=> @checkUser()), 15000)
window.setTimeout((=> @checkUser()), 10000)

File diff suppressed because one or more lines are too long