diff --git a/test/index.js b/test/index.js index a603204aea07..9fd61c73f81e 100644 --- a/test/index.js +++ b/test/index.js @@ -198,7 +198,7 @@ fs.readdirSync(fixtureLoc).forEach(function(binName) { opts.inFiles[".babelrc"] = helper.readFile(babelrcLoc); } - it(testName, buildTest(binName, testName, opts)); + it(testName, buildTest(binName, testName, opts), 20000); }); }); });