From c8e650d061b0e610e6a333846fda356145994e4d Mon Sep 17 00:00:00 2001 From: Jia Hao Date: Fri, 29 Jan 2016 14:46:31 +0800 Subject: [PATCH] Increase timeout for test case --- test/module/index-spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/module/index-spec.js b/test/module/index-spec.js index f6e3d1a..5daba4c 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(60000); + this.timeout(120000); it('Can build an app from a target url', function(done) { async.eachSeries(PLATFORMS, (platform, callback) => {