commandTimeout property

Duration commandTimeout
final

Timeout for commands sent to native.

If native doesn't respond within this duration, a NativeBridgeException with code 'TIMEOUT' is thrown.

Implementation

final Duration commandTimeout;