Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit c6758a6

Browse files
authored
Increase compute max units for sqrt_u128_max test (#2574)
This increase is caused by upgrade of compiler builtins
1 parent bf7ad18 commit c6758a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/math/tests/instruction_count.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ async fn test_sqrt_u128() {
7878
async fn test_sqrt_u128_max() {
7979
let mut pc = ProgramTest::new("spl_math", id(), processor!(process_instruction));
8080

81-
pc.set_bpf_compute_max_units(6_000);
81+
pc.set_bpf_compute_max_units(6_500);
8282

8383
let (mut banks_client, payer, recent_blockhash) = pc.start().await;
8484

0 commit comments

Comments
 (0)