X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.github%2Fworkflows%2Ftest.yml;h=aba65258699be271d1a363250367fee9512397a1;hb=fae6e4da8f516a9d6c3bad9bf6f35811ccacbad8;hp=fe9851dc7327650586312fa5a58532dde5b01d21;hpb=3f8ae0e4e4da90c964597e4b3e0724da5eaa1668;p=github%2FChocobozzz%2FPeerTube.git diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fe9851dc7..aba652586 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,7 +42,7 @@ jobs: env: PGUSER: peertube PGHOST: localhost - NODE_PENDING_JOB_WAIT: 2000 + NODE_PENDING_JOB_WAIT: 500 steps: - uses: actions/checkout@v2 @@ -93,7 +93,7 @@ jobs: - name: Run Test # external-plugins tests only run on schedule if: github.event_name == 'schedule' || matrix.test_suite != 'external-plugins' - run: NODE_PENDING_JOB_WAIT=2000 npm run ci -- ${{ matrix.test_suite }} + run: npm run ci -- ${{ matrix.test_suite }} - name: Display errors if: ${{ always() }}