Skip to content

Commit

Permalink
reduce ethpkg block time
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Nov 20, 2024
1 parent 62cfda1 commit 9136faf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/network/ethpkg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pub struct EthPkgKurtosis {
pub enclave_name: String,
pub el_socket: Option<SocketAddr>,
pub cl_socket: Option<SocketAddr>,
#[builder(default = 12)]
#[builder(default = 5)]
pub block_time: u64,
}

Expand Down

0 comments on commit 9136faf

Please sign in to comment.