Reduce number of nodes in multinode test (#1003)

This commit is contained in:
Pankaj Garg 2018-08-20 13:40:42 -07:00 committed by anatoly yakovenko
parent 9eeaf2d502
commit 24b0031925
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,7 @@ fn test_multi_node_dynamic_network() {
Ok(val) => val
.parse()
.expect(&format!("env var {} is not parse-able as usize", key)),
Err(_) => 200,
Err(_) => 160,
};
let leader_keypair = Keypair::new();