From c852dc088fe87ce36e223e72d07b3535a225f77c Mon Sep 17 00:00:00 2001 From: Jia Hao Date: Thu, 28 Jan 2016 23:58:25 +0800 Subject: [PATCH] Use longer timeout for tests --- 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 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) => {