Skip to content

Commit

Permalink
Delay a bit in PDF refresh pause on compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Yu committed Oct 3, 2024
1 parent 5c67294 commit 73f3a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/units/08_compile_build.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ describe(path.basename(__filename).split('.')[0] + ':', () => {
await new Promise((resolve) =>
setTimeout(
resolve,
(vscode.workspace.getConfiguration('latex-workshop').get('latex.watch.pdf.delay') as number) + 100
(vscode.workspace.getConfiguration('latex-workshop').get('latex.watch.pdf.delay') as number) * 2 + 100
)
)

Expand Down

0 comments on commit 73f3a38

Please sign in to comment.