fix(tests): lower ValidateRange minimums and use .ps1 fake vmrun for Pester
This commit is contained in:
@@ -32,7 +32,7 @@ param(
|
||||
|
||||
[string] $VmrunPath = 'C:\Program Files (x86)\VMware\VMware Workstation\vmrun.exe',
|
||||
|
||||
[ValidateRange(5, 60)]
|
||||
[ValidateRange(1, 60)]
|
||||
[int] $GracefulTimeoutSeconds = 15
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user