diff --git a/near-sdk/tests/store_performance_tests.rs b/near-sdk/tests/store_performance_tests.rs index 3642ceab9..5d1e05976 100644 --- a/near-sdk/tests/store_performance_tests.rs +++ b/near-sdk/tests/store_performance_tests.rs @@ -459,7 +459,7 @@ async fn test_lazy() -> anyhow::Result<()> { let res = account .call(&contract_id, "flush") - .args_json((2800000,)) + .args_json((2500000,)) .max_gas() .transact() .await?