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/live/live.ts | 4 ---- 1 file changed, 4 deletions(-) (limited to 'server/tests/api/live') diff --git a/server/tests/api/live/live.ts b/server/tests/api/live/live.ts index 592548b52..65ebbc5f7 100644 --- a/server/tests/api/live/live.ts +++ b/server/tests/api/live/live.ts @@ -181,8 +181,6 @@ describe('Test live', function () { }) it('Should update the live', async function () { - this.timeout(10000) - await commands[0].update({ videoId: liveVideoUUID, fields: { saveReplay: false, latencyMode: LiveVideoLatencyMode.DEFAULT } }) await waitJobs(servers) }) @@ -206,8 +204,6 @@ describe('Test live', function () { }) it('Delete the live', async function () { - this.timeout(10000) - await servers[0].videos.remove({ id: liveVideoUUID }) await waitJobs(servers) }) -- cgit v1.2.3