Process
setTimeout(int|float|null $timeout)
Sets the process timeout (max. runtime). To disable the timeout, set this value to null.
Parameters int|float|null $timeout The timeout in seconds Return Value Process The current Process instance Exceptions InvalidArgumentException if the timeout is negative