diff options
author | Chocobozzz <me@florianbigard.com> | 2020-12-11 10:36:05 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-12-14 09:11:27 +0100 |
commit | 59fd824cf3434a8417b73230f1840fed327e3495 (patch) | |
tree | b3c25022099adf2a41ed8da5328c4147d60add83 /server/tests/plugins/plugin-helpers.ts | |
parent | 34caef7fc0710623c6894549423813d53f65b303 (diff) | |
download | PeerTube-59fd824cf3434a8417b73230f1840fed327e3495.tar.gz PeerTube-59fd824cf3434a8417b73230f1840fed327e3495.tar.zst PeerTube-59fd824cf3434a8417b73230f1840fed327e3495.zip |
Fix tests timeout
Diffstat (limited to 'server/tests/plugins/plugin-helpers.ts')
-rw-r--r-- | server/tests/plugins/plugin-helpers.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/plugins/plugin-helpers.ts b/server/tests/plugins/plugin-helpers.ts index c0d95e1e0..a585e3020 100644 --- a/server/tests/plugins/plugin-helpers.ts +++ b/server/tests/plugins/plugin-helpers.ts | |||
@@ -180,7 +180,7 @@ describe('Test plugin helpers', function () { | |||
180 | }) | 180 | }) |
181 | 181 | ||
182 | it('Should remove a video after a view', async function () { | 182 | it('Should remove a video after a view', async function () { |
183 | this.timeout(20000) | 183 | this.timeout(40000) |
184 | 184 | ||
185 | // Should not throw -> video exists | 185 | // Should not throw -> video exists |
186 | await getVideo(servers[0].url, videoUUID) | 186 | await getVideo(servers[0].url, videoUUID) |