mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +03:00
set timeout for node ci tests to 10min (#3675)
* set timeout for node ci tests to 10min set timeout for node ci tests to 10min for the test step, macOS takes 12min for the whole workflow with cached core build, so 10min just for the test step should be plenty. * don't forget to set the limit on windows, too
This commit is contained in:
2
.github/workflows/node-tests.yml
vendored
2
.github/workflows/node-tests.yml
vendored
@@ -52,6 +52,7 @@ jobs:
|
||||
npm install --verbose
|
||||
|
||||
- name: Test
|
||||
timeout-minutes: 10
|
||||
if: runner.os != 'Windows'
|
||||
run: |
|
||||
cd node
|
||||
@@ -59,6 +60,7 @@ jobs:
|
||||
env:
|
||||
DCC_NEW_TMP_EMAIL: ${{ secrets.DCC_NEW_TMP_EMAIL }}
|
||||
- name: Run tests on Windows, except lint
|
||||
timeout-minutes: 10
|
||||
if: runner.os == 'Windows'
|
||||
run: |
|
||||
cd node
|
||||
|
||||
Reference in New Issue
Block a user