mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
test: Add core entry points to allow easier test setup (#18597)
This commit is contained in:
@@ -27,7 +27,9 @@ export default defineConfig({
|
||||
retries: IS_CI ? 2 : 0,
|
||||
workers: WORKERS,
|
||||
timeout: 60000,
|
||||
|
||||
expect: {
|
||||
timeout: 10000,
|
||||
},
|
||||
projects: getProjects(),
|
||||
|
||||
// We use this if an n8n url is passed in. If the server is already running, we reuse it.
|
||||
|
||||
Reference in New Issue
Block a user