remove sleep

This commit is contained in:
Philip Peterson 2025-04-13 01:06:45 -07:00
parent 8bdfaf428b
commit a653620100
No known key found for this signature in database
GPG key ID: 354311183FC6519B

View file

@ -33,9 +33,6 @@ test.before(async () => {
executablePath: pathToBinary
});
await app.firstWindow();
const timeoutSeconds = 90;
await new Promise((resolve) => setTimeout(resolve, timeoutSeconds * 1000));
});
test.after(async () => {