mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-16 21:58:39 -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
|
executablePath: pathToBinary
|
||||||
});
|
});
|
||||||
await app.firstWindow();
|
await app.firstWindow();
|
||||||
|
|
||||||
const timeoutSeconds = 90;
|
|
||||||
await new Promise((resolve) => setTimeout(resolve, timeoutSeconds * 1000));
|
|
||||||
});
|
});
|
||||||
|
|
||||||
test.after(async () => {
|
test.after(async () => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue