From 3ad1ba9ee9b158d6f0379f62656ec15721602b2b Mon Sep 17 00:00:00 2001 From: Jay Date: Thu, 31 Mar 2022 11:00:05 +0200 Subject: [PATCH] [NO JIRA] Stabilize ts tests --- .../main/js/apps/quality-gates/components/__tests__/App-it.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/sonar-web/src/main/js/apps/quality-gates/components/__tests__/App-it.tsx b/server/sonar-web/src/main/js/apps/quality-gates/components/__tests__/App-it.tsx index f4f64174ec8..8aada4ac303 100644 --- a/server/sonar-web/src/main/js/apps/quality-gates/components/__tests__/App-it.tsx +++ b/server/sonar-web/src/main/js/apps/quality-gates/components/__tests__/App-it.tsx @@ -35,7 +35,7 @@ beforeAll(() => { afterEach(() => handler.reset()); -jest.setTimeout(10_000); +jest.setTimeout(30_000); it('should open the default quality gates', async () => { renderQualityGateApp(); -- 2.39.5