aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-02-18 14:44:12 +0100
committerChocobozzz <chocobozzz@cpy.re>2021-02-19 09:36:50 +0100
commitfae6e4da8f516a9d6c3bad9bf6f35811ccacbad8 (patch)
tree38df5942cb2fa6e5860c8e0e19471eb6b124e291 /.github/workflows/test.yml
parent3f8ae0e4e4da90c964597e4b3e0724da5eaa1668 (diff)
downloadPeerTube-fae6e4da8f516a9d6c3bad9bf6f35811ccacbad8.tar.gz
PeerTube-fae6e4da8f516a9d6c3bad9bf6f35811ccacbad8.tar.zst
PeerTube-fae6e4da8f516a9d6c3bad9bf6f35811ccacbad8.zip
Try to speed up server tests
Diffstat (limited to '.github/workflows/test.yml')
-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() }}