bump timeout
Some checks failed
Playwright Tests / test (push) Failing after 3m14s

This commit is contained in:
parent 2ba483fea9
commit b9b17202fa
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -35,7 +35,7 @@ const obsidianTestFixtures: Fixtures<ObsidianTestFixtures> = {
process.env.ELECTRON_DISABLE_SECURITY_WARNINGS = "true";
console.log("asar located at:", getExe())
const electronApp = await electron.launch({
timeout: 10000,
timeout: 30000,
args: [
getExe(),
!!vault && `obsidian://open?vault=${encodeURI(vault)}`,