Timeout-safe system operations for Windows CI reliability SECURITY: All timeout command execution disabled for security compliance
Get appropriate timeout for Windows CI operations
SECURITY: Command execution with timeout disabled for security compliance
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | command | |||
logical, | intent(out) | :: | success | |||
integer, | intent(in), | optional | :: | timeout_ms | ||
character(len=*), | intent(in), | optional | :: | debug_info |
SECURITY: System command wrapper disabled for security compliance
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | command | |||
logical, | intent(out) | :: | success | |||
integer, | intent(in), | optional | :: | timeout_ms |
Sleep for specified milliseconds using Fortran intrinsic
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | milliseconds |