Skip to content

Commit

Permalink
Try 90s, refs #133
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Jul 12, 2022
1 parent a426ae1 commit f45419e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test('App launches and quits', async () => {
const window = await app.firstWindow();
await expect(await window.title()).toContain('Loading');
await window.waitForSelector('#run-sql-link', {
timeout: 30000
timeout: 90000
});
await sleep(1000);
await app.close();
Expand Down

0 comments on commit f45419e

Please sign in to comment.