Verified Commit b410d970 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3468832 by catch, smustgrave: Reduce concurrency for build tests

parent 07abb808
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -193,6 +193,7 @@ variables:
  variables:
    TESTSUITE: PHPUnit-Build
    KUBERNETES_CPU_REQUEST: "2"
    CONCURRENCY: "4"
  services:
    - <<: *with-database

+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@
 * @requires extension pdo_sqlite
 *
 * @group Command
 * @group #slow
 */
class GenerateThemeTest extends QuickStartTestBase {