From ce07896a44558503fe7fcc60af613cd2aad93542 Mon Sep 17 00:00:00 2001 From: Cornelius Roemer Date: Sat, 24 Aug 2024 23:14:55 +0200 Subject: [PATCH] wait for longer to see if that helps get the image --- test/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.ts b/test/index.ts index 522069b8..668acafa 100644 --- a/test/index.ts +++ b/test/index.ts @@ -33,7 +33,7 @@ test.before(async () => { executablePath: pathToBinary }); await app.firstWindow(); - await new Promise((resolve) => setTimeout(resolve, 5000)); + await new Promise((resolve) => setTimeout(resolve, 15000)); }); test.after(async () => {