diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index d963edf4639..3e5400ef815 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -17,8 +17,8 @@ jobs: matrix: os: - ubuntu-latest + - macos-latest #TODO re-enable these: - #- macos-latest #- windows-latest fail-fast: false steps: diff --git a/test/index.ts b/test/index.ts index 0b560bcee93..2bfab8f067b 100644 --- a/test/index.ts +++ b/test/index.ts @@ -33,7 +33,7 @@ test.before(async () => { executablePath: pathToBinary }); await app.firstWindow(); - await new Promise((resolve) => setTimeout(resolve, 30000)); + await new Promise((resolve) => setTimeout(resolve, 5000)); }); test.after(async () => {