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

Commit 8dabc33

Browse files
authored
associated-token-account: Increase compute budget number (#5277)
1 parent 8473ad7 commit 8dabc33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

associated-token-account/program-test/tests/program_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pub fn program_test(token_mint_address: Pubkey, use_latest_spl_token: bool) -> P
3636
);
3737

3838
// Dial down the BPF compute budget to detect if the program gets bloated in the future
39-
pc.set_compute_max_units(50_000);
39+
pc.set_compute_max_units(60_000);
4040

4141
pc
4242
}

0 commit comments

Comments
 (0)