From 2b24cf9c8b91c3d9724b1ea13c834301e1e59c1a Mon Sep 17 00:00:00 2001
From: Alex Pott <alex.a.pott@googlemail.com>
Date: Tue, 18 Oct 2022 11:40:48 +0100
Subject: [PATCH] =?UTF-8?q?Issue=20#3045612=20by=20alexpott,=20Krzysztof?=
 =?UTF-8?q?=20Doma=C5=84ski:=20Random=20test=20failure=20in=20MediaStandar?=
 =?UTF-8?q?dProfileTest::testMediaSources?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 core/drupalci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/core/drupalci.yml b/core/drupalci.yml
index cd92d8102d72..1b44657a056f 100644
--- a/core/drupalci.yml
+++ b/core/drupalci.yml
@@ -41,7 +41,9 @@ build:
         halt-on-fail: false
         <<: *testgroups
       run_tests.javascript:
-        concurrency: 15
+        # Reduced from 15 due to potential DNS throttling issues on AWS.
+        # @see https://www.drupal.org/project/drupal/issues/3045612
+        concurrency: 10
         types: 'PHPUnit-FunctionalJavascript'
         suppress-deprecations: false
         halt-on-fail: false
-- 
GitLab