increase test timeout

This commit is contained in:
Jörg Breitbart
2019-08-01 12:08:07 +02:00
parent 565b0791d8
commit b8b3cdbc3e
+1 -1
View File
@@ -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<any> {
browser = await puppeteer.launch({