From 33b91e53d21fba295ecf516b717fb36e91990771 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 22 May 2023 09:20:28 +0200 Subject: Remove low timeouts Default timeout is 30s --- server/tests/api/videos/video-description.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'server/tests/api/videos/video-description.ts') diff --git a/server/tests/api/videos/video-description.ts b/server/tests/api/videos/video-description.ts index c4185882a..1f3d4adbb 100644 --- a/server/tests/api/videos/video-description.ts +++ b/server/tests/api/videos/video-description.ts @@ -78,8 +78,6 @@ describe('Test video description', function () { }) it('Should update with a short description', async function () { - this.timeout(10000) - const attributes = { description: 'short description' } -- cgit v1.2.3