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 e86ba26 commit 8fd5b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest/global-setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function runForAWhile(timeout) {
const obsidian = cp.spawn(OBSIDIAN_APP_CMD);
obsidian.on("error", reject);
await wait(timeout);
obsidian.kill();
obsidian.kill('SIGKILL');
resolve();
});
}
Expand Down

0 comments on commit 8fd5b32

Please sign in to comment.