diff --git a/libraries/math/tests/instruction_count.rs b/libraries/math/tests/instruction_count.rs index 97cfd353e99..9caabc3cc8b 100644 --- a/libraries/math/tests/instruction_count.rs +++ b/libraries/math/tests/instruction_count.rs @@ -78,7 +78,7 @@ async fn test_sqrt_u128() { async fn test_sqrt_u128_max() { let mut pc = ProgramTest::new("spl_math", id(), processor!(process_instruction)); - pc.set_bpf_compute_max_units(6_000); + pc.set_bpf_compute_max_units(6_500); let (mut banks_client, payer, recent_blockhash) = pc.start().await;