use 6 cores while testing with vscode

This commit is contained in:
Andreas Zweili 2020-08-03 14:17:53 +02:00
parent a0191b6dc2
commit 39767b719e
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
"python.linting.enabled": true,
"python.testing.pytestArgs": [
".",
"-n 4",
"-n 6",
"--ds=network_inventory.settings.local"
]
}