diff options
author | Chocobozzz <me@florianbigard.com> | 2023-05-19 14:05:14 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-05-19 14:11:22 +0200 |
commit | 01283e2066314aaa167a2b0b55952b2ae26e650a (patch) | |
tree | 6ba58d8c0c6b42d72e0edebbce2edfa03fdabbbe /server/tests/api/check-params/upload-quota.ts | |
parent | be6162706703c2b2a715eaf7759c0f513a3fe765 (diff) | |
download | PeerTube-01283e2066314aaa167a2b0b55952b2ae26e650a.tar.gz PeerTube-01283e2066314aaa167a2b0b55952b2ae26e650a.tar.zst PeerTube-01283e2066314aaa167a2b0b55952b2ae26e650a.zip |
Improve remote runner config UX
Diffstat (limited to 'server/tests/api/check-params/upload-quota.ts')
-rw-r--r-- | server/tests/api/check-params/upload-quota.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/check-params/upload-quota.ts b/server/tests/api/check-params/upload-quota.ts index fdc711bd5..008537524 100644 --- a/server/tests/api/check-params/upload-quota.ts +++ b/server/tests/api/check-params/upload-quota.ts | |||
@@ -39,7 +39,7 @@ describe('Test upload quota', function () { | |||
39 | describe('When having a video quota', function () { | 39 | describe('When having a video quota', function () { |
40 | 40 | ||
41 | it('Should fail with a registered user having too many videos with legacy upload', async function () { | 41 | it('Should fail with a registered user having too many videos with legacy upload', async function () { |
42 | this.timeout(30000) | 42 | this.timeout(120000) |
43 | 43 | ||
44 | const user = { username: 'registered' + randomInt(1, 1500), password: 'password' } | 44 | const user = { username: 'registered' + randomInt(1, 1500), password: 'password' } |
45 | await server.registrations.register(user) | 45 | await server.registrations.register(user) |