Bump local cluster timeout (#22214)

This commit is contained in:
carllin
2022-01-01 06:02:38 -05:00
committed by GitHub
parent ce98feac4e
commit 0592b5568f
2 changed files with 1 additions and 2 deletions

View File

@ -287,7 +287,7 @@ pub fn check_for_new_roots(num_new_roots: usize, contact_infos: &[ContactInfo],
let mut done = false;
let mut last_print = Instant::now();
let loop_start = Instant::now();
let loop_timeout = Duration::from_secs(60);
let loop_timeout = Duration::from_secs(180);
let mut num_roots_map = HashMap::new();
while !done {
assert!(loop_start.elapsed() < loop_timeout);

View File

@ -9,7 +9,6 @@ sol_try_find_program_address
sol_sha256
sol_keccak256
sol_secp256k1_recover
sol_blake3
sol_get_clock_sysvar
sol_get_epoch_schedule_sysvar
sol_get_fees_sysvar