Updated node count to 230. Increased wmem on CI large
This commit is contained in:
2
tests/multinode.rs
Normal file → Executable file
2
tests/multinode.rs
Normal file → Executable 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";
|
||||
|
Reference in New Issue
Block a user