Reduce pending job waiting

This commit is contained in:
Chocobozzz
2021-05-07 15:42:23 +02:00
committed by Chocobozzz
parent d15aebf511
commit 4b91bc1525
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
env:
PGUSER: peertube
PGHOST: localhost
NODE_PENDING_JOB_WAIT: 500
NODE_PENDING_JOB_WAIT: 250
steps:
- uses: actions/checkout@v2