Skip to content

Commit 91eb150

Browse files
committed
[ci experiment] jobs=5
1 parent 618ef20 commit 91eb150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ jobs:
426426
if: ${{ matrix.job.postgres-version }}
427427
timeout-minutes: 2
428428
run: until pg_isready -h localhost; do sleep 1; done
429-
- run: poetry run trial --jobs=6 tests
429+
- run: poetry run trial --jobs=5 tests
430430
env:
431431
SYNAPSE_POSTGRES: ${{ matrix.job.database == 'postgres' || '' }}
432432
SYNAPSE_POSTGRES_HOST: /var/run/postgresql

0 commit comments

Comments
 (0)