From 2d36c6f336b7d020e04a110d9de78055617a38fb Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Tue, 18 Oct 2022 16:52:48 +0100 Subject: [PATCH] =?UTF-8?q?Revert=20"Issue=20#3045612=20by=20alexpott,=20K?= =?UTF-8?q?rzysztof=20Doma=C5=84ski:=20Random=20test=20failure=20in=20Medi?= =?UTF-8?q?aStandardProfileTest::testMediaSources"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 9218e4719302893494b591267e661c7c37c625f6. --- core/drupalci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/drupalci.yml b/core/drupalci.yml index 1b44657a056f..cd92d8102d72 100644 --- a/core/drupalci.yml +++ b/core/drupalci.yml @@ -41,9 +41,7 @@ build: halt-on-fail: false <<: *testgroups run_tests.javascript: - # Reduced from 15 due to potential DNS throttling issues on AWS. - # @see https://www.drupal.org/project/drupal/issues/3045612 - concurrency: 10 + concurrency: 15 types: 'PHPUnit-FunctionalJavascript' suppress-deprecations: false halt-on-fail: false -- GitLab