ReferenceAvailable
--timeout
Workflow timeout in seconds
Syntax: --timeout
Optional. The parser stores this option as timeout with value type float and default 3600.0.
Validation
- argparse requires a Python floating-point value.
- Batch rejects NaN and positive or negative infinity as validation failures.
- The workflow process normalizes the effective timeout to the inclusive range 1 through 86400 seconds.
Reference
| Property | Value |
|---|---|
| Flags | --timeout |
| Destination | timeout |
| Value type | float |
| Action | store |
| Required | false |
| Default | 3600.0 |
| Requirement | Optional. |
| Validation 1 | argparse requires a Python floating-point value. |
| Validation 2 | Batch rejects NaN and positive or negative infinity as validation failures. |
| Validation 3 | The workflow process normalizes the effective timeout to the inclusive range 1 through 86400 seconds. |