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/check-params/search.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'server/tests/api/check-params/search.ts') diff --git a/server/tests/api/check-params/search.ts b/server/tests/api/check-params/search.ts index 72c25ba33..b04d30b7f 100644 --- a/server/tests/api/check-params/search.ts +++ b/server/tests/api/check-params/search.ts @@ -219,8 +219,6 @@ describe('Test videos API validator', function () { describe('Search target', function () { it('Should fail/succeed depending on the search target', async function () { - this.timeout(10000) - const query = { search: 'coucou' } const paths = [ '/api/v1/search/video-playlists/', -- cgit v1.2.3