Updated node count to 230. Increased wmem on CI large

This commit is contained in:
Pankaj Garg
2018-08-08 17:24:00 +00:00
committed by Grimes
parent 054298d957
commit a6857dbaaa
2 changed files with 13 additions and 3 deletions

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