timeoutSec property

int? timeoutSec
final

How long (in seconds) to wait before claiming failure. The default value is 5 seconds. It is invalid for timeoutSec to have greater value than checkIntervalSec.

Implementation

final int? timeoutSec;