Change timeout for pusher fallback to 30s

We have a bug that results in sending unneeded ajax queries on missing
log parts. I'm working on a fix, but it may take a while, because I want
to refactor a few parts of the app instead of putting more hacks on
legacy code. To help with the situation I'm increasing timeout for
pusher fallback.
This commit is contained in:
Piotr Sarnacki 2014-11-12 11:15:38 +01:00
parent fa5e9179af
commit 767c546ab5

View File

@ -1,5 +1,5 @@
Travis.LogChunks = Em.ArrayProxy.extend
timeout: 10000
timeout: 30000
init: ->
@setTimeout()