mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-15 21:28:40 -09:00
wait for longer to see if that helps get the image
This commit is contained in:
parent
13cb1f7d5f
commit
d08bc77cd8
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ test.before(async () => {
|
||||||
executablePath: pathToBinary
|
executablePath: pathToBinary
|
||||||
});
|
});
|
||||||
await app.firstWindow();
|
await app.firstWindow();
|
||||||
await new Promise((resolve) => setTimeout(resolve, 5000));
|
await new Promise((resolve) => setTimeout(resolve, 15000));
|
||||||
});
|
});
|
||||||
|
|
||||||
test.after(async () => {
|
test.after(async () => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue