Fix bank coalescing (#949)

* fix bank coalescing

* comments

* fix bench

* fix bench

* backout banking stage coalescing

* 120 nodes

* 100
This commit is contained in:
anatoly yakovenko
2018-08-12 10:04:21 -07:00
committed by GitHub
parent 8eed120c38
commit f07c038266
3 changed files with 12 additions and 88 deletions

View File

@ -524,7 +524,7 @@ fn test_multi_node_dynamic_network() {
Ok(val) => val
.parse()
.expect(&format!("env var {} is not parse-able as usize", key)),
Err(_) => 230,
Err(_) => 100,
};
let purge_key = "SOLANA_DYNAMIC_NODES_PURGE_LAG";