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 committed by Philip Peterson
parent 13cb1f7d5f
commit d08bc77cd8
No known key found for this signature in database
GPG key ID: 354311183FC6519B

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