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

Commit 52ed778

Browse files
committed
Fixup test
1 parent 2d24967 commit 52ed778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

token/cli/src/command.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ async fn command_set_interest_rate(
431431
// Because set_interest_rate depends on the time, it can cost more between
432432
// simulation and execution. To help that, just set a static compute limit
433433
let token = base_token_client(config, &token_pubkey, None)?
434-
.with_compute_unit_limit(ComputeUnitLimit::Static(2_500));
434+
.with_compute_unit_limit(ComputeUnitLimit::Static(5_000));
435435
let token = config_token_client(token, config)?;
436436

437437
if !config.sign_only {

0 commit comments

Comments
 (0)