//! Timeout configurations for container operations
//!
//! This module provides timeout configurations for various container operations
//! to make the system more flexible and adaptable to different environments.
use Duration;
/// Container timeout configurations for different operations
///
/// This struct provides configurable timeouts for various container operations
/// to make the system more flexible and adaptable to different environments.