mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-30 20:10:22 +00:00
test: stabilize media and contract shards
This commit is contained in:
@@ -10,6 +10,10 @@ export function createContractsVitestConfig() {
|
||||
test: {
|
||||
...baseTest,
|
||||
isolate: false,
|
||||
// The contracts shard intentionally runs non-isolated and loads hundreds of
|
||||
// contract files. Use forks so full-suite parallel runs do not hit
|
||||
// Vitest worker-thread heap limits.
|
||||
pool: "forks",
|
||||
runner: nonIsolatedRunnerPath,
|
||||
setupFiles: baseTest.setupFiles ?? [],
|
||||
include: [
|
||||
|
||||
Reference in New Issue
Block a user