test: increase timeout for application test

This commit is contained in:
Xymorot 2019-10-12 16:26:34 +02:00
parent 1e3391a993
commit 93c0570bc4
1 changed files with 1 additions and 1 deletions

View File

@ -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({