We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aec6ab commit 3521401Copy full SHA for 3521401
.github/workflows/nodejs.yml
@@ -17,8 +17,8 @@ jobs:
17
matrix:
18
os:
19
- ubuntu-latest
20
+ - macos-latest
21
#TODO re-enable these:
- #- macos-latest
22
#- windows-latest
23
fail-fast: false
24
steps:
test/index.ts
@@ -33,7 +33,7 @@ test.before(async () => {
33
executablePath: pathToBinary
34
});
35
await app.firstWindow();
36
- await new Promise((resolve) => setTimeout(resolve, 30000));
+ await new Promise((resolve) => setTimeout(resolve, 5000));
37
38
39
test.after(async () => {
0 commit comments