From 50823c2180f2d21044b0a14a4577ec89bfd73cb7 Mon Sep 17 00:00:00 2001 From: Jeremy Davis Date: Thu, 8 Aug 2024 18:31:47 +0200 Subject: SONAR-22746 Fix yarn_validate timeouts --- .cirrus/.cirrus.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.cirrus/.cirrus.yml b/.cirrus/.cirrus.yml index 64ea64ca2a6..2aefafa82c8 100644 --- a/.cirrus/.cirrus.yml +++ b/.cirrus/.cirrus.yml @@ -142,8 +142,8 @@ yarn_validate_task: depends_on: cache_dependencies container: dockerfile: .cirrus/Dockerfile - cpu: 8 - memory: 15Gb + cpu: 10 + memory: 32Gb <<: *DEFAULT_TEMPLATE <<: *GRADLE_CACHE_TEMPLATE <<: *YARN_CACHE_TEMPLATE -- cgit v1.2.3