mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-07 17:44:05 -05:00
Increase nodejs mocha timeout to 5000ms to align with Electron and browser unit tests (#142545)
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
"test": "echo Please run any of the test scripts from the scripts folder.",
|
||||
"test-browser": "npx playwright install && node test/unit/browser/index.js",
|
||||
"test-browser-no-install": "node test/unit/browser/index.js",
|
||||
"test-node": "mocha test/unit/node/index.js --delay --ui=tdd --exit",
|
||||
"test-node": "mocha test/unit/node/index.js --delay --ui=tdd --timeout=5000 --exit",
|
||||
"preinstall": "node build/npm/preinstall.js",
|
||||
"postinstall": "node build/npm/postinstall.js",
|
||||
"compile": "node --max_old_space_size=4095 ./node_modules/gulp/bin/gulp.js compile",
|
||||
|
||||
Reference in New Issue
Block a user