Skip to content

Commit

Permalink
clipToGeography - increase test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
twelch committed Dec 22, 2024
1 parent 07a7541 commit 2c8e9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/base-project/src/util/clipToGeography.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ describe("clipToGeography", () => {
const clippedSketchBox = clippedSketch.bbox || bbox(clippedSketch);
expect(clippedSketchArea).toEqual(sketchArea);
expect(sketchBox).toEqual(clippedSketchBox);
});
}, 10_000);

test("clipToGeography - no overlap", async () => {
const curGeography = project.getGeographyById("world");
Expand Down

0 comments on commit 2c8e9f4

Please sign in to comment.