From b8b3cdbc3e6585de27e1c0b167a3f0df26549c2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Breitbart?= Date: Thu, 1 Aug 2019 12:08:07 +0200 Subject: [PATCH] increase 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 99c6b1dc..745c5c06 100644 --- a/test/api/MouseTracking.api.ts +++ b/test/api/MouseTracking.api.ts @@ -214,7 +214,7 @@ function parseReport(encoding: string, msg: number[]): {state: any; row: number; * Mouse tracking tests. */ describe('Mouse Tracking Tests', function(): void { - this.timeout(30000); + this.timeout(60000); before(async function(): Promise { browser = await puppeteer.launch({