mirror of
https://github.com/ThePhaseless/Byparr.git
synced 2025-03-15 01:40:21 +08:00
use 3 retries
This commit is contained in:
parent
a3cf96bcb5
commit
4fedb90cf5
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
@ -13,10 +13,10 @@
|
||||
"python.analysis.typeCheckingMode": "standard",
|
||||
"python.terminal.activateEnvironment": true,
|
||||
"python.testing.pytestArgs": [
|
||||
"tests",
|
||||
"-n",
|
||||
"auto",
|
||||
"--retries=2",
|
||||
"--xvfb"
|
||||
"--retries=3",
|
||||
],
|
||||
"python.testing.pytestEnabled": true,
|
||||
"python.testing.unittestEnabled": false
|
||||
|
Loading…
x
Reference in New Issue
Block a user