Skip to content

Commit

Permalink
Increase compute max units for sqrt_u128_max test (solana-labs#2574)
Browse files Browse the repository at this point in the history
This increase is caused by upgrade of compiler builtins
  • Loading branch information
dmakarov authored Nov 13, 2021
1 parent bf7ad18 commit c6758a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/math/tests/instruction_count.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit c6758a6

Please sign in to comment.