Skip to content

Commit a8e6b4d

Browse files
committed
test: allow time for deep reference chain
1 parent 8bfeec2 commit a8e6b4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/specs/dereference-max-depth/dereference-max-depth.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ describe("Dereference max depth", () => {
6464
dereference: { maxDepth: 1_000 },
6565
});
6666
expect(dereferenced.entry).to.deep.equal({ type: "string" });
67-
});
67+
}, 20_000);
6868

6969
it("should dereference normally when within max depth", async () => {
7070
const schema = {

0 commit comments

Comments
 (0)