Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Reduce max_tick_height to speed up CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines committed Feb 15, 2019
1 parent 626a381 commit c4125b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/multinode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1946,7 +1946,7 @@ fn test_fullnode_rotate(
let mut client = mk_client(&leader_info);
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
&& validator_tick_height_of_next_rotation < max_tick_height
{
Expand Down

0 comments on commit c4125b8

Please sign in to comment.