mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-20 00:59:21 +00:00
test: reduce hotspot fixture overhead
This commit is contained in:
parent
2cfb660a9b
commit
3a59eddd07
6 changed files with 68 additions and 48 deletions
|
|
@ -1011,7 +1011,7 @@ describe("Bundle chunk isolation (#40096)", () => {
|
|||
const registryUrl = new URL("./registry.ts", import.meta.url).href;
|
||||
const chunks = await Promise.all(
|
||||
Array.from(
|
||||
{ length: 5 },
|
||||
{ length: 3 },
|
||||
(_, i) => import(/* @vite-ignore */ `${registryUrl}?chunk=${ts}-${i}`),
|
||||
),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue