Skip to content

Commit

Permalink
fix simtest
Browse files Browse the repository at this point in the history
  • Loading branch information
aschran committed Oct 29, 2024
1 parent ccaed0a commit f6af357
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/sui-core/src/unit_tests/authority_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5908,6 +5908,7 @@ async fn test_consensus_handler_per_object_congestion_control(
200_000_000,
);
protocol_config.set_gas_budget_based_txn_cost_cap_factor_for_testing(100_000_000);
protocol_config.set_max_txn_cost_overage_per_object_in_commit_for_testing(0);
}
}
protocol_config.set_max_deferral_rounds_for_congestion_control_for_testing(1000); // Set to a large number so that we don't hit this limit.
Expand Down

0 comments on commit f6af357

Please sign in to comment.