Skip to content

Commit

Permalink
Increase undo delay
Browse files Browse the repository at this point in the history
Travis/sauce keeps getting false positive fails
  • Loading branch information
jhchen committed Jul 26, 2014
1 parent 2b911f5 commit 0fd0367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/modules/undo-manager.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ describe('UndoManager', ->
</div>'
@quill = new Quill(@container.firstChild, {
modules: {
'undo-manager': { delay: 100 }
'undo-manager': { delay: 400 }
}
})
@undoManager = @quill.getModule('undo-manager')
Expand Down

0 comments on commit 0fd0367

Please sign in to comment.