wait for longer to see if that helps get the image

This commit is contained in:
Cornelius Roemer 2024-08-24 23:14:55 +02:00
parent b06ee6ed27
commit ce07896a44

View file

@ -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 () => {