mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
increase test timeout
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user