increase mouse test timeout

This commit is contained in:
Jörg Breitbart
2019-07-23 17:15:30 +02:00
parent 595465ec4f
commit 6463a1fe51
+1 -1
View File
@@ -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<any> {
browser = await puppeteer.launch({