Up timeouts

This commit is contained in:
Daniel Imms
2019-05-25 21:25:56 -07:00
parent 7c2bc70aac
commit 05ca1cb7dc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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({
+1 -1
View File
@@ -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({