From 47f3908ecf8020bbc33c627ee9ab11680b2af7aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandra=20Garc=C3=ADa?= <145351939+uo283182@users.noreply.github.com> Date: Fri, 26 Apr 2024 17:55:05 +0200 Subject: [PATCH] Arreglo test --- questions/template-questions/question-service.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/questions/template-questions/question-service.test.js b/questions/template-questions/question-service.test.js index d654f5ea..4aa11a8c 100644 --- a/questions/template-questions/question-service.test.js +++ b/questions/template-questions/question-service.test.js @@ -19,6 +19,6 @@ describe('GET /questions', () => { expect(response.body).toHaveProperty('correcta'); expect(response.body).toHaveProperty('incorrectas'); expect(response.body.incorrectas).toHaveLength(3); - }); + }, 20000); -}); \ No newline at end of file +});