From: Jay Date: Thu, 31 Mar 2022 09:00:05 +0000 (+0200) Subject: [NO JIRA] Stabilize ts tests X-Git-Tag: 9.4.0.54424~19 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3ad1ba9ee9b158d6f0379f62656ec15721602b2b;p=sonarqube.git [NO JIRA] Stabilize ts tests --- 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();