Skip to content

Commit 0ee09d3

Browse files
authored
Increase integration tests threads to 4x (#4242)
1 parent 059398c commit 0ee09d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet-build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ jobs:
216216
--ignore-exit-code 8 `
217217
--filter-not-trait "Category=IntegrationDisabled" `
218218
--parallel-algorithm aggressive `
219-
--max-threads 2.0x
219+
--max-threads 4.0x
220220
env:
221221
# Cosmos DB Emulator connection settings
222222
COSMOSDB_ENDPOINT: https://localhost:8081

0 commit comments

Comments
 (0)