Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Aug 15, 2024
1 parent 04306e4 commit e698337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/puppeteer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const connect = () => {
const pages = await output.browser.pages()
output.page = pages[0]

}, timeout + 1000)
}, beforeStartTimeout + 1000)

afterAll(async () => {
if (output.browser) await output.browser.close() // Will also exit the Electron instance
Expand Down

0 comments on commit e698337

Please sign in to comment.