Skip to content
Snippets Groups Projects
Verified Commit 152bf565 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

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

(cherry picked from commit b410d970)
parent 1bcb6598
No related branches found
No related tags found
4 merge requests!11958Issue #3490507 by alexpott, smustgrave: Fix bogus mocking in...,!11769Issue #3517987: Add option to contextual filters to encode slashes in query parameter.,!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4,!9944Issue #3483353: Consider making the createCopy config action optionally fail...
Pipeline #258805 passed
...@@ -160,6 +160,7 @@ variables: ...@@ -160,6 +160,7 @@ variables:
variables: variables:
TESTSUITE: PHPUnit-Build TESTSUITE: PHPUnit-Build
KUBERNETES_CPU_REQUEST: "2" KUBERNETES_CPU_REQUEST: "2"
CONCURRENCY: "4"
services: services:
- <<: *with-database - <<: *with-database
......
...@@ -19,6 +19,7 @@ ...@@ -19,6 +19,7 @@
* @requires extension pdo_sqlite * @requires extension pdo_sqlite
* *
* @group Command * @group Command
* @group #slow
*/ */
class GenerateThemeTest extends QuickStartTestBase { class GenerateThemeTest extends QuickStartTestBase {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment