Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Dec 20, 2024
1 parent b21b82e commit a3dab23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/host/src/witnessgen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pub fn convert_host_cli_to_args(host_cli: &HostCli) -> Vec<String> {
}

/// Default timeout for witness generation.
pub const WITNESSGEN_TIMEOUT: Duration = Duration::from_secs(60 * 60);
pub const WITNESSGEN_TIMEOUT: Duration = Duration::from_secs(60 * 60 * 4);

struct WitnessGenProcess {
child: tokio::process::Child,
Expand Down

0 comments on commit a3dab23

Please sign in to comment.