aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests/plugins/plugin-helpers.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-06-08 16:52:35 +0200
committerChocobozzz <me@florianbigard.com>2021-06-08 16:52:35 +0200
commit75e12406e271e3aaf1f7c394a63ce570091db480 (patch)
tree121b54614ddd2531417d4e98d2f9086be69c29dc /server/tests/plugins/plugin-helpers.ts
parent9de33c6bd9580ab43cc7bc089c54b2fe2bdfd72d (diff)
downloadPeerTube-75e12406e271e3aaf1f7c394a63ce570091db480.tar.gz
PeerTube-75e12406e271e3aaf1f7c394a63ce570091db480.tar.zst
PeerTube-75e12406e271e3aaf1f7c394a63ce570091db480.zip
Increase tests timeout for plugin helpers
Diffstat (limited to 'server/tests/plugins/plugin-helpers.ts')
-rw-r--r--server/tests/plugins/plugin-helpers.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/plugins/plugin-helpers.ts b/server/tests/plugins/plugin-helpers.ts
index f72de8229..0296d6eb7 100644
--- a/server/tests/plugins/plugin-helpers.ts
+++ b/server/tests/plugins/plugin-helpers.ts
@@ -144,7 +144,7 @@ describe('Test plugin helpers', function () {
144 let videoUUIDServer1: string 144 let videoUUIDServer1: string
145 145
146 before(async function () { 146 before(async function () {
147 this.timeout(30000) 147 this.timeout(60000)
148 148
149 { 149 {
150 const res = await uploadVideoAndGetId({ server: servers[0], videoName: 'video server 1' }) 150 const res = await uploadVideoAndGetId({ server: servers[0], videoName: 'video server 1' })