Merge pull request #3383 from bartvde/xmleql-performance

GML3 tests time out in unit tests
This commit is contained in:
Bart van den Eijnden
2015-03-26 17:10:25 +01:00
2 changed files with 63 additions and 57 deletions

View File

@@ -977,7 +977,6 @@ describe('ol.format.GML3', function() {
});
it('writes back features as GML', function() {
this.timeout(4000);
var serialized = gmlFormat.writeFeaturesNode(features);
expect(serialized).to.xmleql(ol.xml.parse(text));
});