We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 618ef20 commit 91eb150Copy full SHA for 91eb150
.github/workflows/tests.yml
@@ -426,7 +426,7 @@ jobs:
426
if: ${{ matrix.job.postgres-version }}
427
timeout-minutes: 2
428
run: until pg_isready -h localhost; do sleep 1; done
429
- - run: poetry run trial --jobs=6 tests
+ - run: poetry run trial --jobs=5 tests
430
env:
431
SYNAPSE_POSTGRES: ${{ matrix.job.database == 'postgres' || '' }}
432
SYNAPSE_POSTGRES_HOST: /var/run/postgresql
0 commit comments