add longer timeout to bin tests

This commit is contained in:
Sebastian McKenzie
2014-10-12 09:34:16 +11:00
parent 2964c8043a
commit 7e48d48a72

View File

@@ -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);