Fixes #4429 - Timeouts lost (#4430)

This commit is contained in:
Tig
2025-12-02 21:31:01 -07:00
committed by GitHub
parent 0f72cf8a74
commit dc0d8f2f85
9 changed files with 1360 additions and 81 deletions

View File

@@ -3,5 +3,5 @@
"parallelizeTestCollections": true,
"parallelizeAssembly": true,
"stopOnFail": false,
"maxParallelThreads": "default"
"maxParallelThreads": "4x"
}