diff options
Diffstat (limited to 'server/tests/api/users')
-rw-r--r-- | server/tests/api/users/users-multiple-servers.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/server/tests/api/users/users-multiple-servers.ts b/server/tests/api/users/users-multiple-servers.ts index f94191b04..8d9436247 100644 --- a/server/tests/api/users/users-multiple-servers.ts +++ b/server/tests/api/users/users-multiple-servers.ts | |||
@@ -148,8 +148,6 @@ describe('Test users with multiple servers', function () { | |||
148 | }) | 148 | }) |
149 | 149 | ||
150 | it('Should search through account videos', async function () { | 150 | it('Should search through account videos', async function () { |
151 | this.timeout(10_000) | ||
152 | |||
153 | const created = await servers[0].videos.upload({ token: userAccessToken, attributes: { name: 'Kami no chikara' } }) | 151 | const created = await servers[0].videos.upload({ token: userAccessToken, attributes: { name: 'Kami no chikara' } }) |
154 | 152 | ||
155 | await waitJobs(servers) | 153 | await waitJobs(servers) |