summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/tests.yml6
-rw-r--r--.github/workflows/twisted_trunk.yml2
-rw-r--r--changelog.d/10871.misc1
3 files changed, 5 insertions, 4 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index fa9c5e036a..572e0279c9 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -113,7 +113,7 @@ jobs:
         run: until pg_isready -h localhost; do sleep 1; done
       - run: tox -e py,combine
         env:
-          TRIAL_FLAGS: "--jobs=2"
+          TRIAL_FLAGS: "--jobs=4"
           SYNAPSE_POSTGRES: ${{ matrix.database == 'postgres' || '' }}
           SYNAPSE_POSTGRES_HOST: localhost
           SYNAPSE_POSTGRES_USER: postgres
@@ -141,7 +141,7 @@ jobs:
           workdir: /github/workspace
           entrypoint: .ci/scripts/test_old_deps.sh
         env:
-          TRIAL_FLAGS: "--jobs=2"
+          TRIAL_FLAGS: "--jobs=4"
       - name: Dump logs
         # Note: Dumps to workflow logs instead of using actions/upload-artifact
         #       This keeps logs colocated with failing jobs
@@ -171,7 +171,7 @@ jobs:
       - run: pip install tox
       - run: tox -e py,combine
         env:
-          TRIAL_FLAGS: "--jobs=2"
+          TRIAL_FLAGS: "--jobs=4"
       - name: Dump logs
         # Note: Dumps to workflow logs instead of using actions/upload-artifact
         #       This keeps logs colocated with failing jobs
diff --git a/.github/workflows/twisted_trunk.yml b/.github/workflows/twisted_trunk.yml
index b5c729888f..b93649c5da 100644
--- a/.github/workflows/twisted_trunk.yml
+++ b/.github/workflows/twisted_trunk.yml
@@ -30,7 +30,7 @@ jobs:
       - run: pip install tox
       - run: tox -e py
         env:
-          TRIAL_FLAGS: "--jobs=2"
+          TRIAL_FLAGS: "--jobs=4"
 
       - name: Dump logs
         # Note: Dumps to workflow logs instead of using actions/upload-artifact
diff --git a/changelog.d/10871.misc b/changelog.d/10871.misc
new file mode 100644
index 0000000000..74547d71d2
--- /dev/null
+++ b/changelog.d/10871.misc
@@ -0,0 +1 @@
+Increase parallelism of CI test runs to 4.