timeoutInSeconds property

int? timeoutInSeconds
final

The amount of time in seconds that each component on a device has to report that it's safe to update. If the component waits for longer than this timeout, then the deployment proceeds on the device.

Default: 60

Implementation

final int? timeoutInSeconds;