Skip to content

Commit

Permalink
use this.timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
ota-meshi committed Aug 17, 2021
1 parent 7965458 commit a4372e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/cli.js
Expand Up @@ -56,6 +56,7 @@ describe('CLI regression tests', function () {
this.skip();
} else {
if (ESLint) {
this.timeout(10000); // In the ESLint v8 test, it takes a lot of time to generate the ESLint class because we linked eslint-plugin-import.
eslint = new ESLint({
useEslintrc: false,
overrideConfigFile: './tests/files/just-json-files/.eslintrc.json',
Expand Down

0 comments on commit a4372e6

Please sign in to comment.