From 6de3762bebf1b0de9835f39e78d179bddff64a98 Mon Sep 17 00:00:00 2001 From: Andres Mandado Date: Tue, 16 Feb 2021 13:20:53 +0100 Subject: [PATCH] MINOR: Increase timeout for picking tests. Sometimes they timeout in karma on Windows. --- @here/harp-vectortile-datasource/test/MapViewPickingTest.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/@here/harp-vectortile-datasource/test/MapViewPickingTest.ts b/@here/harp-vectortile-datasource/test/MapViewPickingTest.ts index e72e0042a0..d4c8526c27 100644 --- a/@here/harp-vectortile-datasource/test/MapViewPickingTest.ts +++ b/@here/harp-vectortile-datasource/test/MapViewPickingTest.ts @@ -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)