Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vslinko committed Jul 29, 2022
1 parent a6225e8 commit e86ba26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jest/global-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ async function prepareVault() {
const vaultPluginDir = ".obsidian/plugins/obsidian-zoom";

if (!fs.existsSync(vaultConfigFilePath)) {
debug(" Running Obsidian for 5 seconds to setup vault");
await runForAWhile(5000);
debug(" Running Obsidian for 10 seconds to setup vault");
await runForAWhile(10000);
await wait(1000);
}

Expand Down

0 comments on commit e86ba26

Please sign in to comment.