Skip to content

Commit

Permalink
ci: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nvlang committed Jun 20, 2024
1 parent e0e8722 commit ad3610b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/utils/TexComponent.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ describe.concurrent('compile()', () => {
),
])(
'%s (%s) + %s',
{ timeout: 10e3 },
{ timeout: 30e3 },
async (engine, intermediateFiletype, converter) => {
const id = uuid();
const ref = 'ref';
Expand Down Expand Up @@ -868,7 +868,7 @@ describe.concurrent('compile()', () => {
),
])(
'%s (%s) + %s',
{ timeout: 10e3 },
{ timeout: 30e3 },
async (engine, intermediateFiletype, converter) => {
const id = uuid();
const ref = 'ref';
Expand Down

0 comments on commit ad3610b

Please sign in to comment.