Skip to content

Commit

Permalink
Bump compute budget for flaky test (solana-labs#1381)
Browse files Browse the repository at this point in the history
  • Loading branch information
joncinque authored Mar 5, 2021
1 parent 9a3707a commit 7472524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion token-lending/program/tests/init_lending_market.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ async fn test_success() {
);

// limit to track compute unit increase
test.set_bpf_compute_max_units(9_000);
test.set_bpf_compute_max_units(10_000);

let usdc_mint = add_usdc_mint(&mut test);
let (mut banks_client, payer, _recent_blockhash) = test.start().await;
Expand Down

0 comments on commit 7472524

Please sign in to comment.