mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-13 04:28:41 -09:00
remove sleep
This commit is contained in:
parent
8bdfaf428b
commit
a653620100
1 changed files with 0 additions and 3 deletions
|
|
@ -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 () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue