#[cfg(any(
feature = "azure",
feature = "web",
feature = "slack",
feature = "s3",
feature = "github",
feature = "gitlab",
feature = "bitbucket",
feature = "gcs"
))]
pub(crate) const HTTP_REQUEST: std::time::Duration = std::time::Duration::from_secs(30);
#[cfg(any(feature = "github", feature = "gitlab", feature = "bitbucket"))]
pub(crate) const GIT_CLONE: std::time::Duration = std::time::Duration::from_secs(300);
#[cfg(feature = "binary")]
pub(crate) const GHIDRA_ANALYSIS: std::time::Duration = std::time::Duration::from_secs(300);
#[cfg(feature = "docker")]
pub(crate) const DOCKER_EXPORT: std::time::Duration = std::time::Duration::from_secs(300);