diff options
author | Chocobozzz <me@florianbigard.com> | 2019-07-23 12:04:15 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2019-07-24 10:58:16 +0200 |
commit | 5b77537ce54832f47931ba47dc513be2a9197f92 (patch) | |
tree | 4f968168f1346faa82ac6c9663778e1cca65b02a /server/tests | |
parent | d8e9a42c4b048b2669ab6a61704682ce23fbcf99 (diff) | |
download | PeerTube-5b77537ce54832f47931ba47dc513be2a9197f92.tar.gz PeerTube-5b77537ce54832f47931ba47dc513be2a9197f92.tar.zst PeerTube-5b77537ce54832f47931ba47dc513be2a9197f92.zip |
Correctly notify on auto blacklist
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/cli/optimize-old-videos.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/cli/optimize-old-videos.ts b/server/tests/cli/optimize-old-videos.ts index 3822fca42..fa82f962c 100644 --- a/server/tests/cli/optimize-old-videos.ts +++ b/server/tests/cli/optimize-old-videos.ts | |||
@@ -75,7 +75,7 @@ describe('Test optimize old videos', function () { | |||
75 | }) | 75 | }) |
76 | 76 | ||
77 | it('Should run optimize script', async function () { | 77 | it('Should run optimize script', async function () { |
78 | this.timeout(120000) | 78 | this.timeout(200000) |
79 | 79 | ||
80 | const env = getEnvCli(servers[0]) | 80 | const env = getEnvCli(servers[0]) |
81 | await execCLI(`${env} npm run optimize-old-videos`) | 81 | await execCLI(`${env} npm run optimize-old-videos`) |