Skip to content

Commit b0e5a7d

Browse files
committed
fix(ci): use 120s timeout for full-corpus anchor routing tests
1 parent 5511d8e commit b0e5a7d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/site/anchor-integrity.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ describe("anchor integrity (corpus routing)", () => {
1919
const errors = verifyCorpusSectionRouting(corpus);
2020
expect(errors).toEqual([]);
2121
},
22-
30_000,
22+
120_000,
2323
);
2424

2525
test(
@@ -29,7 +29,7 @@ describe("anchor integrity (corpus routing)", () => {
2929
const errors = verifyTargetHrefRouting(corpus, "/koktai/");
3030
expect(errors).toEqual([]);
3131
},
32-
30_000,
32+
120_000,
3333
);
3434

3535
test("rendered section HTML contains entry anchors (spot: vol 02)", () => {

0 commit comments

Comments
 (0)