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 c3f4a6b commit ce2bfdaCopy full SHA for ce2bfda
1 file changed
.github/workflows/famedly-tests.yml
@@ -237,7 +237,7 @@ jobs:
237
# to scale back a little. This should be 8 trial test runners/jobs. Adding in
238
# --debug=core will display which measurement core is in use. For python 3.14+
239
# this is educational.
240
- - run: poetry run coverage run --debug=core -m twisted.trial -j$((`nproc` * 2 )) tests
+ - run: poetry run coverage run --debug=core -m twisted.trial -j5 tests
241
env:
242
SYNAPSE_POSTGRES: ${{ matrix.job.database == 'postgres' || '' }}
243
SYNAPSE_POSTGRES_HOST: /var/run/postgresql
0 commit comments