fix GridLayer flyTo test (#5846)

This commit is contained in:
Andrew
2017-10-16 08:57:56 +02:00
committed by Vladimir Agafonkin
parent 9084c4a8a3
commit d76e5d0372

View File

@ -778,6 +778,8 @@ describe('GridLayer', function () {
runFrames(500);
});
grid.options.keepBuffer = 0;
map.addLayer(grid).setView(mad, 12);
clock.tick(250);
});