mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-24 15:41:40 +00:00
perf(test): reduce hotspot reload churn (#59033)
This commit is contained in:
@@ -653,7 +653,7 @@ describe("test planner", () => {
|
||||
expect(manifest.shardCounts.unit).toBe(4);
|
||||
expect(manifest.shardCounts.channels).toBe(4);
|
||||
expect(manifest.shardCounts.extensionFast).toBeGreaterThanOrEqual(4);
|
||||
expect(manifest.shardCounts.extensionFast).toBeLessThanOrEqual(5);
|
||||
expect(manifest.shardCounts.extensionFast).toBeLessThanOrEqual(6);
|
||||
expect(manifest.shardCounts.windows).toBe(6);
|
||||
expect(manifest.shardCounts.macosNode).toBe(9);
|
||||
expect(manifest.jobs.checks.matrix.include).toHaveLength(8);
|
||||
|
||||
Reference in New Issue
Block a user