From 9218e4719302893494b591267e661c7c37c625f6 Mon Sep 17 00:00:00 2001 From: Alex Pott 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 (cherry picked from commit 9de32bc6af55cdf8da488bf87a94ba00d1e5e83a) --- core/drupalci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/drupalci.yml b/core/drupalci.yml index cd92d8102d7..1b44657a056 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