Issue #3045612 by alexpott, Krzysztof Domański: Random test failure in MediaStandardProfileTest::testMediaSources

(cherry picked from commit 9de32bc6af55cdf8da488bf87a94ba00d1e5e83a)
merge-requests/2710/merge
Alex Pott 2022-10-18 11:40:48 +01:00
parent a13e991c4e
commit 9218e47193
No known key found for this signature in database
GPG Key ID: BDA67E7EE836E5CE
1 changed files with 3 additions and 1 deletions

View File

@ -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