Remove timeout from vscode test launch configuration (#139288)

This commit is contained in:
Abílio Costa 2025-02-25 22:02:49 +00:00 committed by GitHub
parent 7bc0c1b912
commit 622be70fee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
.vscode/launch.json vendored
View File

@ -38,7 +38,6 @@
"module": "pytest",
"justMyCode": false,
"args": [
"--timeout=10",
"--picked"
],
},