Skip to content

Commit d303283

Browse files
authored
Update MapvSpec.js
1 parent 38af055 commit d303283

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/openlayers/overlay/MapvSpec.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ describe('openlayers_MapV', () => {
148148
mapVSource.removeData(filter);
149149
expect(mapVSource.dataSet._data.length).toEqual(299);
150150
done();
151-
}, 0);
151+
}, 2000);
152152
});
153153

154154
it('update', (done) => {
@@ -172,14 +172,14 @@ describe('openlayers_MapV', () => {
172172
expect(mapVSource.dataSet._data[0].geometry.coordinates[1]).toEqual(32);
173173
expect(mapVSource.mapvOptions.shadowBlur).toEqual(40);
174174
done();
175-
}, 0);
175+
}, 2000);
176176
});
177177

178178
it('clearData', (done) => {
179179
setTimeout(() => {
180180
mapVSource.clearData();
181181
expect(mapVSource.dataSet._data.length).toEqual(0);
182182
done();
183-
}, 0);
183+
}, 2000);
184184
});
185185
});

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy