aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/tests
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-10-04 14:57:11 +0200
committerChocobozzz <me@florianbigard.com>2022-10-04 14:57:11 +0200
commit9b99d32804e99462c6f22df3ec3db9ec5bf8a18c (patch)
tree28f24834aa0855473fef32a0ff74fdb6a1067e63 /server/tests
parent7dd7ff4cebc290b09fe00d82046bb58e4e8a800d (diff)
downloadPeerTube-9b99d32804e99462c6f22df3ec3db9ec5bf8a18c.tar.gz
PeerTube-9b99d32804e99462c6f22df3ec3db9ec5bf8a18c.tar.zst
PeerTube-9b99d32804e99462c6f22df3ec3db9ec5bf8a18c.zip
Increase timeout
Diffstat (limited to 'server/tests')
-rw-r--r--server/tests/api/videos/videos-common-filters.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/videos/videos-common-filters.ts b/server/tests/api/videos/videos-common-filters.ts
index e7fc15e42..b176d90ab 100644
--- a/server/tests/api/videos/videos-common-filters.ts
+++ b/server/tests/api/videos/videos-common-filters.ts
@@ -232,7 +232,7 @@ describe('Test videos filter', function () {
232 }) 232 })
233 233
234 it('Should display only remote videos', async function () { 234 it('Should display only remote videos', async function () {
235 this.timeout(40000) 235 this.timeout(120000)
236 236
237 await servers[1].videos.upload({ attributes: { name: 'remote video' } }) 237 await servers[1].videos.upload({ attributes: { name: 'remote video' } })
238 238