diff options
author | Chocobozzz <me@florianbigard.com> | 2023-05-19 14:59:15 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-05-19 15:05:32 +0200 |
commit | d1c64fd970fc236b9ba01ac944659051e9e04a99 (patch) | |
tree | 2ee2b40bf1e140b1eec71bfa8f97a4c76399abf9 /server/tests/api/users/user-videos.ts | |
parent | 26818a73ba0d7fd53ca69eba0c8e525f3670b5a8 (diff) | |
download | PeerTube-d1c64fd970fc236b9ba01ac944659051e9e04a99.tar.gz PeerTube-d1c64fd970fc236b9ba01ac944659051e9e04a99.tar.zst PeerTube-d1c64fd970fc236b9ba01ac944659051e9e04a99.zip |
Fix missing wait jobs
Diffstat (limited to 'server/tests/api/users/user-videos.ts')
-rw-r--r-- | server/tests/api/users/user-videos.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/users/user-videos.ts b/server/tests/api/users/user-videos.ts index 0351ae853..696949504 100644 --- a/server/tests/api/users/user-videos.ts +++ b/server/tests/api/users/user-videos.ts | |||
@@ -114,7 +114,7 @@ describe('Test user videos', function () { | |||
114 | describe('My videos & quotas', function () { | 114 | describe('My videos & quotas', function () { |
115 | 115 | ||
116 | it('Should be able to upload a video with a user', async function () { | 116 | it('Should be able to upload a video with a user', async function () { |
117 | this.timeout(10000) | 117 | this.timeout(30000) |
118 | 118 | ||
119 | const attributes = { | 119 | const attributes = { |
120 | name: 'super user video', | 120 | name: 'super user video', |