aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 2 insertions, 2 deletions
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:
42 env: 42 env:
43 PGUSER: peertube 43 PGUSER: peertube
44 PGHOST: localhost 44 PGHOST: localhost
45 NODE_PENDING_JOB_WAIT: 2000 45 NODE_PENDING_JOB_WAIT: 500
46 46
47 steps: 47 steps:
48 - uses: actions/checkout@v2 48 - uses: actions/checkout@v2
@@ -93,7 +93,7 @@ jobs:
93 - name: Run Test 93 - name: Run Test
94 # external-plugins tests only run on schedule 94 # external-plugins tests only run on schedule
95 if: github.event_name == 'schedule' || matrix.test_suite != 'external-plugins' 95 if: github.event_name == 'schedule' || matrix.test_suite != 'external-plugins'
96 run: NODE_PENDING_JOB_WAIT=2000 npm run ci -- ${{ matrix.test_suite }} 96 run: npm run ci -- ${{ matrix.test_suite }}
97 97
98 - name: Display errors 98 - name: Display errors
99 if: ${{ always() }} 99 if: ${{ always() }}