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

Commit 2b8f815

Browse files
authored
token-cli: Update CU number on tests (#6814)
1 parent 84143d8 commit 2b8f815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

token/cli/tests/command.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4100,7 +4100,7 @@ async fn compute_budget(test_validator: &TestValidator, payer: &Keypair) {
41004100
for program_id in VALID_TOKEN_PROGRAM_IDS.iter() {
41014101
let mut config = test_config_with_default_signer(test_validator, payer, program_id);
41024102
config.compute_unit_price = Some(42);
4103-
config.compute_unit_limit = ComputeUnitLimit::Static(30_000);
4103+
config.compute_unit_limit = ComputeUnitLimit::Static(40_000);
41044104
run_transfer_test(&config, payer).await;
41054105
}
41064106
}

0 commit comments

Comments
 (0)