diff --git a/core/drupalci.yml b/core/drupalci.yml index cd92d8102d7207a114bb46ecbcebabaf2fd80301..1b44657a056f7392c92e3e3462ae1b89a1568541 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