Skip to content

Commit 0a60a9c

Browse files
test(formula-rend): increase test timeout
1 parent b05b8a7 commit 0a60a9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-tei/src/tags/formula/FormulaRend.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ describe("FormulaRend", () => {
121121
it(
122122
"should render the display formula with latex content",
123123
{
124-
timeout: 5000,
124+
timeout: 7000,
125125
},
126126
async () => {
127127
const document: DocumentJson = {

0 commit comments

Comments
 (0)