Skip to content

Commit

Permalink
Boost timeout of xterm output tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed May 22, 2019
1 parent a74173a commit b467570
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Terminal.integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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(() => {
Expand Down

0 comments on commit b467570

Please sign in to comment.