timeoutMillis

Returns the timeout in milliseconds configured via @KsTimeout on the source method, or null if no timeout annotation was present.

The total is computed as millis + seconds * 1000 + minutes * 60_000.