From 7e48d48a728143ebc68fe3a3a9db0f6f3431bc22 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sun, 12 Oct 2014 09:34:16 +1100 Subject: [PATCH] add longer timeout to bin tests --- test/bin.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/bin.js b/test/bin.js index 02facbc9b8..eca3881e55 100644 --- a/test/bin.js +++ b/test/bin.js @@ -71,6 +71,7 @@ var build = function (binName, testName, opts) { var binLoc = path.normalize(__dirname + "/../bin/" + binName); return function (callback) { + this.timeout(5000); saveInFiles(opts.inFiles); var args = [binLoc].concat(opts.args);