Skip to content

Commit

Permalink
reduce block time
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Nov 20, 2024
1 parent e257548 commit 9c03cf9
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 @@ -25,7 +25,7 @@ pub struct EthPkgKurtosis {
pub enclave_name: String,
pub el_socket: Option<SocketAddr>,
pub cl_socket: Option<SocketAddr>,
#[builder(default = 5)]
#[builder(default = 1)]
pub block_time: u64,
}

Expand Down

0 comments on commit 9c03cf9

Please sign in to comment.