diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-07 14:48:39 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-05-07 15:42:23 +0200 |
commit | 4b91bc1525e89643c575cac6557c86f64e657aa2 (patch) | |
tree | 95fb52c26a18bd44c183aa5cf801ea34fc51a336 /.github | |
parent | d15aebf511f92d19d3ef9b196e54525ec6c3a4cd (diff) | |
download | PeerTube-4b91bc1525e89643c575cac6557c86f64e657aa2.tar.gz PeerTube-4b91bc1525e89643c575cac6557c86f64e657aa2.tar.zst PeerTube-4b91bc1525e89643c575cac6557c86f64e657aa2.zip |
Reduce pending job waiting
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 442317ce2..a1edde1ef 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
@@ -44,7 +44,7 @@ jobs: | |||
44 | env: | 44 | env: |
45 | PGUSER: peertube | 45 | PGUSER: peertube |
46 | PGHOST: localhost | 46 | PGHOST: localhost |
47 | NODE_PENDING_JOB_WAIT: 500 | 47 | NODE_PENDING_JOB_WAIT: 250 |
48 | 48 | ||
49 | steps: | 49 | steps: |
50 | - uses: actions/checkout@v2 | 50 | - uses: actions/checkout@v2 |