Reduce number of nodes in multinode test (#1003)
This commit is contained in:
		
				
					committed by
					
						
						anatoly yakovenko
					
				
			
			
				
	
			
			
			
						parent
						
							9eeaf2d502
						
					
				
				
					commit
					24b0031925
				
			@@ -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();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user