stabilize cache ignore integration test

This commit is contained in:
2026-08-09 21:11:01 +05:30
parent 6859b5c4ff
commit 937ccb9e8e
@@ -57,4 +57,4 @@ test("per-process dev caches are excluded from root and example project tools",
} finally {
for (const cache of caches) rmSync(cache, { recursive: true, force: true });
}
});
}, 15_000);