perf(pytest): switch xdist workers from -n 4 to -n logical
This commit is contained in:
@@ -117,7 +117,7 @@ decnet = "decnet.cli:app"
|
||||
asyncio_mode = "auto"
|
||||
asyncio_debug = "true"
|
||||
asyncio_default_fixture_loop_scope = "function"
|
||||
addopts = "-v -q -x -n 4 --dist load"
|
||||
addopts = "-v -q -x -n logical --dist load"
|
||||
norecursedirs = [
|
||||
"tests/live",
|
||||
"tests/stress",
|
||||
|
||||
Reference in New Issue
Block a user