mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2024-12-28 14:57:17 +00:00
Drop test repetitions down to 100
This commit is contained in:
parent
d50a8b03f8
commit
d4757f2e09
@ -24,7 +24,7 @@ fn it_can_build_on_genesis_block() {
|
||||
fn it_can_produce_past_first_epoch_boundary() {
|
||||
Builder::from_env(Env::default().default_filter_or("debug")).init();
|
||||
|
||||
let validator_count = 128 * 1024;
|
||||
let validator_count = 100;
|
||||
|
||||
debug!("Starting harness build...");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user