diff --git a/test/spec/ol/map.test.js b/test/spec/ol/map.test.js index e1d4ab9b90..e982c3390a 100644 --- a/test/spec/ol/map.test.js +++ b/test/spec/ol/map.test.js @@ -214,7 +214,7 @@ describe('ol.Map', function() { expect(loc.x).to.eql(destination.x); expect(loc.y).to.eql(destination.y); done(); - }, duration + goog.async.AnimationDelay.TIMEOUT); + }, duration + 2 * goog.async.AnimationDelay.TIMEOUT); });