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