Skip to content

Commit

Permalink
Increase compute budget limits in a test affected by new mem op cost (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dmakarov authored Dec 30, 2021
1 parent aa92fae commit 48f31d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion token-lending/program/tests/deposit_reserve_liquidity.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ async fn test_success() {
);

// limit to track compute unit increase
test.set_compute_max_units(30_000);
test.set_compute_max_units(50_000);

let user_accounts_owner = Keypair::new();
let lending_market = add_lending_market(&mut test);
Expand Down

0 comments on commit 48f31d5

Please sign in to comment.