diff --git a/test/spec.mjs b/test/spec.mjs index e39247f..0b578f8 100644 --- a/test/spec.mjs +++ b/test/spec.mjs @@ -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();