mirror of
https://github.com/akula-bft/akula.git
synced 2026-04-19 03:00:13 -04:00
Tentative fix until we implement a proper solution.
This commit is contained in:
@@ -160,7 +160,7 @@ mod tests {
|
||||
#[tokio::test]
|
||||
async fn collect_chunks() {
|
||||
// generate random entries
|
||||
let mut entries: Vec<Entry<_, _>> = (0..10000)
|
||||
let mut entries: Vec<Entry<_, _>> = (0..5000)
|
||||
.map(|_| Entry::new(rand::random(), BlockNumber(rand::random())))
|
||||
.collect();
|
||||
let db = new_mem_database().unwrap();
|
||||
|
||||
Reference in New Issue
Block a user