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-schedule-update.ts | 6 ------ 1 file changed, 6 deletions(-) (limited to 'server/tests/api/videos/video-schedule-update.ts') diff --git a/server/tests/api/videos/video-schedule-update.ts b/server/tests/api/videos/video-schedule-update.ts index 73f1519d9..bf341c648 100644 --- a/server/tests/api/videos/video-schedule-update.ts +++ b/server/tests/api/videos/video-schedule-update.ts @@ -35,8 +35,6 @@ describe('Test video update scheduler', function () { }) it('Should upload a video and schedule an update in 10 seconds', async function () { - this.timeout(10000) - const attributes = { name: 'video 1', privacy: VideoPrivacy.PRIVATE, @@ -89,8 +87,6 @@ describe('Test video update scheduler', function () { }) it('Should upload a video without scheduling an update', async function () { - this.timeout(10000) - const attributes = { name: 'video 2', privacy: VideoPrivacy.PRIVATE @@ -103,8 +99,6 @@ describe('Test video update scheduler', function () { }) it('Should update a video by scheduling an update', async function () { - this.timeout(10000) - const attributes = { name: 'video 2 updated', scheduleUpdate: { -- cgit v1.2.3