diff options
author | Chocobozzz <me@florianbigard.com> | 2022-05-18 15:16:34 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-05-18 15:16:34 +0200 |
commit | cf0dd18abce9ab98d7bf5d209cc5401f97d4d463 (patch) | |
tree | 7eba0d37ca71bfd3202044292ec75fd88415fb21 /server/tests/api/views | |
parent | dda1e82133aae0e587ca2ec03f5d48b1736eb1db (diff) | |
download | PeerTube-cf0dd18abce9ab98d7bf5d209cc5401f97d4d463.tar.gz PeerTube-cf0dd18abce9ab98d7bf5d209cc5401f97d4d463.tar.zst PeerTube-cf0dd18abce9ab98d7bf5d209cc5401f97d4d463.zip |
Increase timeouts
Diffstat (limited to 'server/tests/api/views')
-rw-r--r-- | server/tests/api/views/video-views-counter.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/views/video-views-counter.ts b/server/tests/api/views/video-views-counter.ts index b8969d52d..42ef41fb3 100644 --- a/server/tests/api/views/video-views-counter.ts +++ b/server/tests/api/views/video-views-counter.ts | |||
@@ -34,7 +34,7 @@ describe('Test video views/viewers counters', function () { | |||
34 | let videoUUID: string | 34 | let videoUUID: string |
35 | 35 | ||
36 | before(async function () { | 36 | before(async function () { |
37 | this.timeout(30000) | 37 | this.timeout(120000) |
38 | 38 | ||
39 | const { uuid } = await servers[0].videos.quickUpload({ name: 'video' }) | 39 | const { uuid } = await servers[0].videos.quickUpload({ name: 'video' }) |
40 | videoUUID = uuid | 40 | videoUUID = uuid |