Increase timeout for test

It takes some time for electron-packager to download electron
This commit is contained in:
Goh Jia Hao 2016-05-26 17:12:23 +08:00
parent 7945f7802e
commit f9bf66caa5
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ function checkApp(appPath, inputOptions, callback) {
}
describe('Nativefier Module', function() {
this.timeout(120000);
this.timeout(240000);
it('Can build an app from a target url', function(done) {
async.eachSeries(PLATFORMS, (platform, callback) => {