Skip to content

Commit 46beeef

Browse files
limit parallelization on tests (to avoid limits)
1 parent 336d426 commit 46beeef

File tree

1 file changed

+1
-1
lines changed
  • test/DataStax.AstraDB.DataApi.IntegrationTests

1 file changed

+1
-1
lines changed

test/DataStax.AstraDB.DataApi.IntegrationTests/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export ASTRA_DB_TOKEN="your_token_here"
66
export ASTRA_DB_URL="your_db_url_here"
77
```
88

9-
dotnet test --collect:"XPlat Code Coverage"
9+
dotnet test -- "xUnit.MaxParallelThreads=4"
1010

1111
reportgenerator
1212
-reports:"Path\To\TestProject\TestResults\{guid}\coverage.cobertura.xml"

0 commit comments

Comments
 (0)