Update integration test pool size (#2935)

* Upping VMSS count from 10 -> 20 on default tests
This commit is contained in:
Adam
2023-03-23 16:26:46 -07:00
committed by GitHub
parent 2a8dca21c1
commit 3adb2fee36

View File

@ -1231,7 +1231,7 @@ class Run(Command):
authority: Optional[str] = None,
client_id: Optional[str] = None,
client_secret: Optional[str] = None,
pool_size: int = 10,
pool_size: int = 20,
region: Optional[Region] = None,
os_list: List[OS] = [OS.linux, OS.windows],
test_id: Optional[UUID] = None,