Skip to content

Commit

Permalink
Increase the default time for publish from 30 seconds to 2 minutes
Browse files Browse the repository at this point in the history
  • Loading branch information
ayys committed Dec 11, 2023
1 parent 6470162 commit c754640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli/src/commands/publish.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pub struct Publish {
///
/// Note that this is not the timeout for the entire publish process, but
/// for each individual query to the registry during the publish flow.
#[clap(long, default_value = "30s")]
#[clap(long, default_value = "2m")]
pub timeout: humantime::Duration,
}

Expand Down

0 comments on commit c754640

Please sign in to comment.