aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-05-25 10:08:29 +0200
committerChocobozzz <me@florianbigard.com>2021-05-25 11:35:29 +0200
commit31a911190b27d93f6324da3d826f96c7fbc5deb6 (patch)
treeeaf00fb4ca0f4d1b38fed3dcff2969d5b3bf05ea /server/tests
parentfa263eeff79b1d80789a87a5af45ebe4c303025d (diff)
downloadPeerTube-31a911190b27d93f6324da3d826f96c7fbc5deb6.tar.gz
PeerTube-31a911190b27d93f6324da3d826f96c7fbc5deb6.tar.zst
PeerTube-31a911190b27d93f6324da3d826f96c7fbc5deb6.zip
Fix broadcast message log level
Diffstat (limited to 'server/tests')
-rw-r--r--server/tests/api/server/plugins.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/server/plugins.ts b/server/tests/api/server/plugins.ts
index 3c09acc9a..6046ab97e 100644
--- a/server/tests/api/server/plugins.ts
+++ b/server/tests/api/server/plugins.ts
@@ -284,7 +284,7 @@ describe('Test plugins', function () {
284 }) 284 })
285 285
286 it('Should update the plugin and the theme', async function () { 286 it('Should update the plugin and the theme', async function () {
287 this.timeout(30000) 287 this.timeout(90000)
288 288
289 // Wait the scheduler that get the latest plugins versions 289 // Wait the scheduler that get the latest plugins versions
290 await wait(6000) 290 await wait(6000)