aboutsummaryrefslogtreecommitdiffhomepage
path: root/server
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-11-03 08:31:27 +0100
committerChocobozzz <me@florianbigard.com>2022-11-03 08:31:27 +0100
commit0015924ad67d30bbc2d6966427794f5e1143e70f (patch)
treeb234339d2cf2592418e0493689f741c901dec6f6 /server
parentca4bd9667dc06cf4c84d0399f399e4251027a167 (diff)
downloadPeerTube-0015924ad67d30bbc2d6966427794f5e1143e70f.tar.gz
PeerTube-0015924ad67d30bbc2d6966427794f5e1143e70f.tar.zst
PeerTube-0015924ad67d30bbc2d6966427794f5e1143e70f.zip
Increase test timeout
Diffstat (limited to 'server')
-rw-r--r--server/tests/plugins/action-hooks.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/plugins/action-hooks.ts b/server/tests/plugins/action-hooks.ts
index af65166d9..36f8052c0 100644
--- a/server/tests/plugins/action-hooks.ts
+++ b/server/tests/plugins/action-hooks.ts
@@ -21,7 +21,7 @@ describe('Test plugin action hooks', function () {
21 } 21 }
22 22
23 before(async function () { 23 before(async function () {
24 this.timeout(30000) 24 this.timeout(120000)
25 25
26 servers = await createMultipleServers(2) 26 servers = await createMultipleServers(2)
27 await setAccessTokensToServers(servers) 27 await setAccessTokensToServers(servers)