Skip to content

Commit e4f895e

Browse files
committed
Update cli.rs
1 parent 94433ce commit e4f895e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/ethrex/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ pub async fn import_blocks_bench(
729729
_ => warn!("Failed to add block {number} with hash {hash:#x}"),
730730
})?;
731731

732-
tokio::time::sleep(Duration::from_millis(500)).await;
732+
tokio::time::sleep(Duration::from_millis(1000)).await;
733733
}
734734

735735
// Make head canonical and label all special blocks correctly.

0 commit comments

Comments
 (0)