Skip to content

Commit

Permalink
Suppress more types of overload protection in backpressure test (#20651)
Browse files Browse the repository at this point in the history
Fixes rare test failure in `test_backpressure`
  • Loading branch information
mystenmark authored Dec 17, 2024
1 parent 8484b17 commit f18b17d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/sui-benchmark/tests/simtest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,9 @@ mod test {
// having queued certs which are missing dependencies.
check_system_overload_at_execution: false,
check_system_overload_at_signing: false,
max_txn_age_in_queue: Duration::from_secs(10000),
max_transaction_manager_queue_length: 10000,
max_transaction_manager_per_object_queue_length: 10000,
..Default::default()
})
.with_execution_cache_config(cache_config)
Expand Down

0 comments on commit f18b17d

Please sign in to comment.