Skip to content

Commit

Permalink
Up timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyriar committed May 26, 2019
1 parent 7c2bc70 commit 05ca1cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/InputHandler.api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const width = 800;
const height = 600;

describe('InputHandler Integration Tests', function(): void {
this.timeout(10000);
this.timeout(20000);

before(async function(): Promise<any> {
browser = await puppeteer.launch({
Expand Down
2 changes: 1 addition & 1 deletion src/public/Terminal.api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const width = 800;
const height = 600;

describe('API Integration Tests', function(): void {
this.timeout(10000);
this.timeout(20000);

before(async function(): Promise<any> {
browser = await puppeteer.launch({
Expand Down

0 comments on commit 05ca1cb

Please sign in to comment.