Allow longer for first animation to finish
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user