Update dynamic network test with more nodes (#904)

- Check for correct OS params in test-large-network.sh
This commit is contained in:
pgarg66
2018-08-08 06:52:57 -07:00
committed by GitHub
parent 9783d47fd1
commit 75854cc234
2 changed files with 12 additions and 2 deletions

2
tests/multinode.rs Executable file → Normal file
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(_) => 60,
Err(_) => 200,
};
let purge_key = "SOLANA_DYNAMIC_NODES_PURGE_LAG";