diff --git a/test/module/index-spec.js b/test/module/index-spec.js index 20b62d9..1fa8cdf 100644 --- a/test/module/index-spec.js +++ b/test/module/index-spec.js @@ -41,7 +41,7 @@ function checkApp(appPath, inputOptions, callback) { } describe('Nativefier Module', function() { - this.timeout(30000); + this.timeout(60000); it('Can build an app from a target url', function(done) { async.eachSeries(PLATFORMS, (platform, callback) => {