Increase compute limit in another test (#2658)

This commit is contained in:
Dmitri Makarov 2021-12-21 16:09:21 -08:00 committed by GitHub
parent dcf91e9ae8
commit 4e73dad461
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ async fn test_success() {
);
// limit to track compute unit increase
test.set_bpf_compute_max_units(2_000);
test.set_bpf_compute_max_units(4_000);
let lending_market = add_lending_market(&mut test);
let (mut banks_client, payer, recent_blockhash) = test.start().await;