diff options
Diffstat (limited to 'server/tests')
-rw-r--r-- | server/tests/api/server/jobs.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/tests/api/server/jobs.ts b/server/tests/api/server/jobs.ts index 211e32b1e..d0e6df719 100644 --- a/server/tests/api/server/jobs.ts +++ b/server/tests/api/server/jobs.ts | |||
@@ -27,7 +27,7 @@ describe('Test jobs', function () { | |||
27 | }) | 27 | }) |
28 | 28 | ||
29 | it('Should create some jobs', async function () { | 29 | it('Should create some jobs', async function () { |
30 | this.timeout(120000) | 30 | this.timeout(240000) |
31 | 31 | ||
32 | await servers[1].videos.upload({ attributes: { name: 'video1' } }) | 32 | await servers[1].videos.upload({ attributes: { name: 'video1' } }) |
33 | await servers[1].videos.upload({ attributes: { name: 'video2' } }) | 33 | await servers[1].videos.upload({ attributes: { name: 'video2' } }) |