diff options
author | Chocobozzz <me@florianbigard.com> | 2022-10-04 14:57:11 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-10-04 14:57:11 +0200 |
commit | 9b99d32804e99462c6f22df3ec3db9ec5bf8a18c (patch) | |
tree | 28f24834aa0855473fef32a0ff74fdb6a1067e63 /server | |
parent | 7dd7ff4cebc290b09fe00d82046bb58e4e8a800d (diff) | |
download | PeerTube-9b99d32804e99462c6f22df3ec3db9ec5bf8a18c.tar.gz PeerTube-9b99d32804e99462c6f22df3ec3db9ec5bf8a18c.tar.zst PeerTube-9b99d32804e99462c6f22df3ec3db9ec5bf8a18c.zip |
Increase timeout
Diffstat (limited to 'server')
-rw-r--r-- | server/tests/api/videos/videos-common-filters.ts | 2 |
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 | ||