Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Commit

Permalink
MINOR: Increase timeout for picking tests.
Browse files Browse the repository at this point in the history
Sometimes they timeout in karma on Windows.
  • Loading branch information
atomicsulfate committed Feb 17, 2021
1 parent cf0ea3f commit 6de3762
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions @here/harp-vectortile-datasource/test/MapViewPickingTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,8 @@ describe("MapView Picking", async function () {
});

describe("Picking tests", async function () {
this.timeout(5000);

const pickPolygonAt: number[] = [13.084716796874998, 22.61401087437029];
const pickPolyOutlineAt: number[] = [-1.0, 29.0];
const pickLineAt: number[] = ((GEOJSON_DATA.features[1].geometry as any)
Expand Down

0 comments on commit 6de3762

Please sign in to comment.