Appearance
VM Code SDK v2 / TimeoutOption
Type alias: TimeoutOption
TimeoutOption:
object
TimeoutOption is a common option for all the methods that support timeouts. Timeout is the maximum time in milliseconds, defaults to various values depending on where it is used. Pass 0 to disable timeout. timeout value cannot be greater timeoutMS value of the job.spec.
Type declaration
timeout?
optionaltimeout:number
Maximum time in milliseconds, defaults to 30 seconds, pass 0 to disable timeout. The default value can be changed by using the browserContext.setDefaultTimeout(timeout) or page.setDefaultTimeout(timeout) methods.