summary refs log tree commit diff
diff options
context:
space:
mode:
authorKegan Dougal <kegan@matrix.org>2023-10-18 16:36:20 +0100
committerKegan Dougal <kegan@matrix.org>2023-10-18 16:36:20 +0100
commit3050e32835116b20dc1d69756aa6378f84680901 (patch)
tree0710800fb36f352821d5f98d13d961dd56adef2a
parentlimit concurrency to 2 (diff)
downloadsynapse-3050e32835116b20dc1d69756aa6378f84680901.tar.xz
Try -p 1
-rw-r--r--.github/workflows/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 701e56e33e..fd76168906 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -640,7 +640,7 @@ jobs:
 
       - run: |
           set -o pipefail
-          COMPLEMENT_DIR=`pwd`/complement synapse/scripts-dev/complement.sh -json -p 2 2>&1 | synapse/.ci/scripts/gotestfmt
+          COMPLEMENT_DIR=`pwd`/complement synapse/scripts-dev/complement.sh -json -p 1 2>&1 | synapse/.ci/scripts/gotestfmt
         shell: bash
         env:
           POSTGRES: ${{ (matrix.database == 'Postgres') && 1 || '' }}