]> source.dussan.org Git - sonarqube.git/commitdiff
[NO JIRA] Stabilize ts tests
authorJay <jeremy.davis@sonarsource.com>
Thu, 31 Mar 2022 09:00:05 +0000 (11:00 +0200)
committersonartech <sonartech@sonarsource.com>
Thu, 31 Mar 2022 20:02:58 +0000 (20:02 +0000)
server/sonar-web/src/main/js/apps/quality-gates/components/__tests__/App-it.tsx

index f4f64174ec8d2c87d1631cd65c9dc3f22d220814..8aada4ac303ccd8e84bc6a6fa94668f39a611a8b 100644 (file)
@@ -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();