warn after secs bun install

This commit is contained in:
Ruben Fiszel
2025-12-12 13:22:16 +00:00
parent e2953862af
commit 1a438e9751
@@ -27,6 +27,7 @@ use windmill_common::{
client::AuthedClient,
s3_helpers::BundleFormat,
scripts::{id_to_codebase_info, CodebaseInfo},
utils::WarnAfterExt,
workspace_dependencies::WorkspaceDependenciesPrefetched,
};
@@ -367,6 +368,7 @@ pub async fn install_bun_lockfile(
None,
None,
)
.warn_after_seconds(10)
.await?;
} else {
Box::into_pin(child_process.wait()).await?;