We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d303283 commit 184003aCopy full SHA for 184003a
test/openlayers/mapping/WebMapSpec.js
@@ -430,7 +430,7 @@ describe('openlayers_WebMap', () => {
430
expect(options.successCallback).toHaveBeenCalled();
431
expect(datavizWebmap.map.getLayers().getArray()[0].getProperties().name).toBe('高德地图');
432
done();
433
- }, 0)
+ }, 2000)
434
});
435
436
it('createThemeLayer_Unique', (done) => {
0 commit comments