Fix flash test

This commit is contained in:
Tom MacWright
2013-01-23 15:32:25 -05:00
parent aafcb0df65
commit 671e138fcd

View File

@@ -11,7 +11,7 @@ describe("iD.ui.flash", function () {
it('leaves after 1000 ms', function () {
var flash = iD.ui.flash();
clock.tick(1010);
clock.tick(1610);
expect(flash.node().parentNode).to.be.null;
});
});