Allow longer for first animation to finish

This commit is contained in:
Tim Schaub
2017-08-17 13:06:15 -04:00
parent d3527bf910
commit 967cffc398

View File

@@ -760,7 +760,7 @@ describe('ol.View', function() {
expect(view.getAnimating()).to.be(true); expect(view.getAnimating()).to.be(true);
view.animate({ view.animate({
zoom: 2, zoom: 2,
duration: 25 duration: 50
}, function() { }, function() {
expect(calls).to.be(1); expect(calls).to.be(1);
expect(view.getZoom()).to.be(2); expect(view.getZoom()).to.be(2);