Skip to content

Commit 6731128

Browse files
committed
increase test timeout
1 parent 8785347 commit 6731128

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/documenter.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ test("internal core API matches snapshot", () => {
2020
publicFilesGlob: "src/internal-do-not-use/core-chart/index.tsx",
2121
});
2222
expect(definitions).toMatchSnapshot("internal-core-chart");
23-
});
23+
}, 10_000);

0 commit comments

Comments
 (0)