From 767c546ab565ee697b68ccc63e668d028d352640 Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Wed, 12 Nov 2014 11:15:38 +0100 Subject: [PATCH] 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. --- assets/scripts/lib/travis/log_chunks.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scripts/lib/travis/log_chunks.coffee b/assets/scripts/lib/travis/log_chunks.coffee index 12b125c7..9570ad4a 100644 --- a/assets/scripts/lib/travis/log_chunks.coffee +++ b/assets/scripts/lib/travis/log_chunks.coffee @@ -1,5 +1,5 @@ Travis.LogChunks = Em.ArrayProxy.extend - timeout: 10000 + timeout: 30000 init: -> @setTimeout()