mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
test: Move test timeout to /cli (no-changelog) (#6712)
This commit is contained in:
@@ -26,7 +26,6 @@ const config = {
|
||||
collectCoverage: true,
|
||||
coverageReporters: [process.env.COVERAGE_REPORT === 'true' ? 'text' : 'text-summary'],
|
||||
collectCoverageFrom: ['src/**/*.ts'],
|
||||
testTimeout: 10_000,
|
||||
};
|
||||
|
||||
if (process.env.CI === 'true') {
|
||||
|
||||
Reference in New Issue
Block a user