aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-03-27 08:43:50 +0200
committerChocobozzz <me@florianbigard.com>2023-03-27 08:43:50 +0200
commit1e3e64a679ef15801a174cd343fb6f725afbcabb (patch)
tree70d6c20e2424ab0a82000ae07eadd40cdf7378bd /server/tests
parentd91ce83d392801fd592adeb08a7674b4017ffe82 (diff)
downloadPeerTube-1e3e64a679ef15801a174cd343fb6f725afbcabb.tar.gz
PeerTube-1e3e64a679ef15801a174cd343fb6f725afbcabb.tar.zst
PeerTube-1e3e64a679ef15801a174cd343fb6f725afbcabb.zip
Fix tests
Diffstat (limited to 'server/tests')
-rw-r--r--server/tests/plugins/filter-hooks.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/plugins/filter-hooks.ts b/server/tests/plugins/filter-hooks.ts
index 43749b0b5..a02a53c50 100644
--- a/server/tests/plugins/filter-hooks.ts
+++ b/server/tests/plugins/filter-hooks.ts
@@ -32,7 +32,7 @@ describe('Test plugin filter hooks', function () {
32 let videoPlaylistUUID: string 32 let videoPlaylistUUID: string
33 33
34 before(async function () { 34 before(async function () {
35 this.timeout(60000) 35 this.timeout(120000)
36 36
37 servers = await createMultipleServers(2) 37 servers = await createMultipleServers(2)
38 await setAccessTokensToServers(servers) 38 await setAccessTokensToServers(servers)