Verified Commit 204055b9 authored by Alex Pott's avatar Alex Pott
Browse files

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

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

(cherry picked from commit 9de32bc6af55cdf8da488bf87a94ba00d1e5e83a)
parent f47f3c01
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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