mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-12 20:18:41 -09:00
wait for longer to see if that helps get the image
This commit is contained in:
parent
b06ee6ed27
commit
ce07896a44
1 changed files with 1 additions and 1 deletions
|
|
@ -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 () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue