Maximum execution time per pipeline run in seconds. Run is cancelled if exceeded.
TIMEOUT 3600
The TIMEOUT clause sets the maximum allowed execution time, in seconds, for a single pipeline run triggered by this schedule. If the run has not completed within the specified duration, the scheduler cancels it and marks it as timed out. The value must be a positive integer. When omitted, no timeout is enforced and the run executes until it either succeeds or fails. Timed-out runs are eligible for automatic retry if the RETRIES clause is configured with a value greater than 0.