Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit 3adb2fe

Browse files
Update integration test pool size (#2935)
* Upping VMSS count from 10 -> 20 on default tests
1 parent 2a8dca2 commit 3adb2fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/integration-tests/integration-test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1231,7 +1231,7 @@ def setup(
12311231
authority: Optional[str] = None,
12321232
client_id: Optional[str] = None,
12331233
client_secret: Optional[str] = None,
1234-
pool_size: int = 10,
1234+
pool_size: int = 20,
12351235
region: Optional[Region] = None,
12361236
os_list: List[OS] = [OS.linux, OS.windows],
12371237
test_id: Optional[UUID] = None,

0 commit comments

Comments
 (0)