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

Commit eb163ab

Browse files
committed
Bump lending compute units more
1 parent 52e4cce commit eb163ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

token-lending/program/tests/borrow.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ async fn test_borrow_quote_currency() {
3434
);
3535

3636
// limit to track compute unit increase
37-
test.set_bpf_compute_max_units(118_000);
37+
test.set_bpf_compute_max_units(230_000);
3838

3939
let user_accounts_owner = Keypair::new();
4040
let sol_usdc_dex_market = TestDexMarket::setup(&mut test, TestDexMarketPair::SOL_USDC);
@@ -190,7 +190,7 @@ async fn test_borrow_base_currency() {
190190
);
191191

192192
// limit to track compute unit increase
193-
test.set_bpf_compute_max_units(118_000);
193+
test.set_bpf_compute_max_units(230_000);
194194

195195
let user_accounts_owner = Keypair::new();
196196
let sol_usdc_dex_market = TestDexMarket::setup(&mut test, TestDexMarketPair::SOL_USDC);

0 commit comments

Comments
 (0)