Timeout Parameter (Connect-VeevaVault Cmdlet)
Specifies the maximum time, in seconds, that the provider waits for a server response before throwing a timeout error.
Syntax
Connect-VeevaVault -Timeout int
Data Type
int
Default Value
60
Remarks
The timeout applies to each individual communication with the server rather than the entire query or operation. For example, a query could continue running beyond 60 seconds if each paging call completes within the timeout limit.
Timeout is set to 60 seconds by default. To disable timeouts, set this property to 0.
Disabling the timeout allows operations to run indefinitely until they succeed or fail due to other conditions such as server-side timeouts, network interruptions, or resource limits on the server.
Note: Use this property cautiously to avoid long-running operations that could degrade performance or result in unresponsive behavior.