diff --git a/test/cli/index.js b/test/cli/index.js index 83f72cae77..4edeab97da 100644 --- a/test/cli/index.js +++ b/test/cli/index.js @@ -18,7 +18,9 @@ function normalize(str) { const cwd = process.cwd(); -describe('cli', () => { +describe('cli', function() { + this.timeout(10000); + afterEach(() => { process.chdir(cwd); });