test: increase timeout for application test
This commit is contained in:
parent
1e3391a993
commit
93c0570bc4
|
@ -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({
|
||||
|
|
Loading…
Reference in New Issue