diff options
author | Chocobozzz <me@florianbigard.com> | 2021-05-25 10:08:29 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-05-25 11:34:43 +0200 |
commit | 008af5c9bb26b6a28db604d10356b4272d9c0432 (patch) | |
tree | 1f5776b47b597c0db1ede8829022bafad2eb01bd /server/tests | |
parent | 8bb6e70be3c7199a0503aca302b4b32317520db3 (diff) | |
download | PeerTube-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.ts | 2 |
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) |