Reduce max_tick_height to speed up CI
This commit is contained in:
@ -1946,7 +1946,7 @@ fn test_fullnode_rotate(
|
|||||||
let mut client = mk_client(&leader_info);
|
let mut client = mk_client(&leader_info);
|
||||||
let mut client_last_id = solana_sdk::hash::Hash::default();
|
let mut client_last_id = solana_sdk::hash::Hash::default();
|
||||||
|
|
||||||
let max_tick_height = 16;
|
let max_tick_height = 8;
|
||||||
while leader_tick_height_of_next_rotation < max_tick_height
|
while leader_tick_height_of_next_rotation < max_tick_height
|
||||||
&& validator_tick_height_of_next_rotation < max_tick_height
|
&& validator_tick_height_of_next_rotation < max_tick_height
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user