This commit is contained in:
imccyu
2026-08-13 01:33:31 +08:00
parent 978e573605
commit a7d4cd8e1b
31 changed files with 493 additions and 1243 deletions
+1 -1
View File
@@ -197,7 +197,7 @@ describe('the per-slot report budget', () => {
})
describe('the real workspace surface', () => {
it('collects every declared slot with a teachable contract', () => {
it('collects every declared slot with a teachable contract', { timeout: 30_000 }, () => {
const entries = collectSlotEntries(process.cwd())
expect(entries.length).toBeGreaterThan(30)
for (const entry of entries) {