Boost timeout of xterm output tests

This commit is contained in:
Daniel Imms
2019-05-21 22:34:04 -07:00
parent a74173adf2
commit b46757010f
+2 -1
View File
@@ -91,7 +91,8 @@ if (os.platform() !== 'win32') {
primitivePty = (<any>pty).native.open(cols, rows);
/** tests */
describe('xterm output comparison', () => {
describe('xterm output comparison', function(): void {
this.timeout(10000);
let xterm: TestTerminal;
beforeEach(() => {