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:34:43 +0200
commit008af5c9bb26b6a28db604d10356b4272d9c0432 (patch)
tree1f5776b47b597c0db1ede8829022bafad2eb01bd /server/tests
parent8bb6e70be3c7199a0503aca302b4b32317520db3 (diff)
downloadPeerTube-008af5c9bb26b6a28db604d10356b4272d9c0432.tar.gz
PeerTube-008af5c9bb26b6a28db604d10356b4272d9c0432.tar.zst
PeerTube-008af5c9bb26b6a28db604d10356b4272d9c0432.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 1c6eabe6d..f4190c352 100644
--- a/server/tests/api/server/plugins.ts
+++ b/server/tests/api/server/plugins.ts
@@ -290,7 +290,7 @@ describe('Test plugins', function () {
290 }) 290 })
291 291
292 it('Should update the plugin and the theme', async function () { 292 it('Should update the plugin and the theme', async function () {
293 this.timeout(30000) 293 this.timeout(90000)
294 294
295 // Wait the scheduler that get the latest plugins versions 295 // Wait the scheduler that get the latest plugins versions
296 await wait(6000) 296 await wait(6000)