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 fbb5502 commit aa3a698Copy full SHA for aa3a698
test/geotiff.spec.js
@@ -656,7 +656,7 @@ describe('fillValue', async () => {
656
expect(band).to.have.lengthOf(1);
657
expect(band).to.deep.equal(new Uint16Array([42]));
658
}
659
- });
+ }).timeout(4000);
660
661
it('should fill areas in overview tiles outside the image extent (below)', async () => {
662
const tiff = await GeoTIFF.fromSource(createSource('cog.tiff'));
@@ -667,7 +667,7 @@ describe('fillValue', async () => {
667
668
669
670
671
});
672
673
describe('64 bit tests', () => {
0 commit comments