Reduced time to fixed browser test.
This commit is contained in:
parent
1819ab5b4f
commit
24064de220
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||||
|
|
Loading…
Reference in a new issue