Fix tests by increasing budget

This commit is contained in:
Arpad Müller
2023-10-27 05:56:03 +02:00
parent 06a9692956
commit b06f36ebca
2 changed files with 5 additions and 4 deletions

View File

@@ -23,6 +23,7 @@ pub struct ExpCounter {
}
impl ExpCounter {
/// Creates a new `ExpCounter` instance that counts to the (exclusive) maximum
pub fn with_max(max: u64) -> Self {
Self {
max,