Skip to content

Commit

Permalink
try to fix ci testing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Jun 8, 2024
1 parent 2101fa4 commit 63b1e90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/stats/stats.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ test("virtual resampling, contained", async ({ eq }) => {
});

test("virtual resampling, intersecting 4 pixels", async ({ eq }) => {
await new Promise(resolve => setTimeout(resolve, 5*1000)); // avoid failed fetching
const url = "http://localhost:3000/data/geotiff-test-data/nz_habitat_anticross_4326_1deg.tif";
const geojson = await fetch("http://localhost:3000/data/virtual-resampling/virtual-resampling-intersect.geojson").then(res => res.json());
const result = await stats(url, geojson, null, null, { include_meta: false, rescale: true, vrm: [10, 10] });
Expand Down

0 comments on commit 63b1e90

Please sign in to comment.