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);
|
||||
view.animate({
|
||||
zoom: 2,
|
||||
duration: 25
|
||||
duration: 50
|
||||
}, function() {
|
||||
expect(calls).to.be(1);
|
||||
expect(view.getZoom()).to.be(2);
|
||||
|
||||
Reference in New Issue
Block a user