From 261dac403a6380ea46f4f0bee8d50c6f661fbdfa Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 15 May 2023 15:41:31 +0200 Subject: More robust test --- server/tests/api/users/users-multiple-servers.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'server/tests/api') 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 () { }) it('Should search through account videos', async function () { - this.timeout(10_000) - const created = await servers[0].videos.upload({ token: userAccessToken, attributes: { name: 'Kami no chikara' } }) await waitJobs(servers) -- cgit v1.2.3