From 6463a1fe51d8cb45c4081df5d6812e2b24b9576c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Breitbart?= Date: Tue, 23 Jul 2019 17:15:30 +0200 Subject: [PATCH] increase mouse test timeout --- test/api/MouseTracking.api.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/api/MouseTracking.api.ts b/test/api/MouseTracking.api.ts index 7d4e22bd..80716889 100644 --- a/test/api/MouseTracking.api.ts +++ b/test/api/MouseTracking.api.ts @@ -203,7 +203,7 @@ function parseReport(encoding: string, msg: number[]): {state: any; row: number; * Mouse tracking tests. */ describe('Mouse Tracking Tests', function(): void { - this.timeout(20000); + this.timeout(30000); before(async function(): Promise { browser = await puppeteer.launch({