Skip to content

Commit ce2bfda

Browse files
committed
5 runners
1 parent c3f4a6b commit ce2bfda

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/famedly-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ jobs:
237237
# to scale back a little. This should be 8 trial test runners/jobs. Adding in
238238
# --debug=core will display which measurement core is in use. For python 3.14+
239239
# this is educational.
240-
- run: poetry run coverage run --debug=core -m twisted.trial -j$((`nproc` * 2 )) tests
240+
- run: poetry run coverage run --debug=core -m twisted.trial -j5 tests
241241
env:
242242
SYNAPSE_POSTGRES: ${{ matrix.job.database == 'postgres' || '' }}
243243
SYNAPSE_POSTGRES_HOST: /var/run/postgresql

0 commit comments

Comments
 (0)