Skip to content

Commit

Permalink
tune
Browse files Browse the repository at this point in the history
  • Loading branch information
ruseinov committed Dec 4, 2024
1 parent 29bb980 commit b6dd8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion near-sdk/tests/store_performance_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ async fn test_lazy() -> anyhow::Result<()> {

let res = account
.call(&contract_id, "flush")
.args_json((3000000,))
.args_json((2000000,))
.max_gas()
.transact()
.await?
Expand Down

0 comments on commit b6dd8f1

Please sign in to comment.