timeoutSec property

int? timeoutSec
getter/setter pair

How long (in seconds) to wait before claiming failure.

The default value is 5 seconds. It is invalid for timeoutSec to have a greater value than checkIntervalSec.

Implementation

core.int? timeoutSec;