Reduced time to fixed browser test.

This commit is contained in:
Martin Edenhofer 2015-09-21 11:22:09 +02:00
parent 1819ab5b4f
commit 24064de220

View file

@ -418,7 +418,7 @@ class App.TicketZoom extends App.Controller
@markFormDiff( modelDiff ) @markFormDiff( modelDiff )
@taskUpdateAll( modelDiff ) @taskUpdateAll( modelDiff )
@interval( update, 3000, 'autosave' ) @interval( update, 2400, 'autosave' )
markFormDiff: (diff = {}) => markFormDiff: (diff = {}) =>
ticketForm = @$('.edit') ticketForm = @$('.edit')