diff --git a/.mocharc.yml b/.mocharc.yml index b458eb5423..dfb82e07f6 100644 --- a/.mocharc.yml +++ b/.mocharc.yml @@ -5,7 +5,6 @@ global: - 'okGlobalC' - 'callback*' timeout: 1000 -parallel: true watch-ignore: - '.*' - 'docs/_dist/**' diff --git a/package-scripts.js b/package-scripts.js index 94b0469994..f62540ba17 100644 --- a/package-scripts.js +++ b/package-scripts.js @@ -139,7 +139,7 @@ module.exports = { integration: { script: test( 'integration', - '--timeout 10000 --slow 3750 "test/integration/**/*.spec.js"' + '--parallel --timeout 10000 --slow 3750 "test/integration/**/*.spec.js"' ), description: 'Run Node.js integration tests', hiddenFromHelp: true