From 93c0570bc4507deea2e36554619269683ff34ebd Mon Sep 17 00:00:00 2001 From: Xymorot Date: Sat, 12 Oct 2019 16:26:34 +0200 Subject: [PATCH] test: increase timeout for application test --- tests/main.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/main.spec.ts b/tests/main.spec.ts index 1c02d3e..c0dfcd1 100644 --- a/tests/main.spec.ts +++ b/tests/main.spec.ts @@ -5,7 +5,7 @@ import { Application } from 'spectron'; import packageJson from '../package.json'; describe('Application', function() { - this.timeout(10000); + this.timeout(20000); beforeEach(function() { this.app = new Application({