Fix tests by increasing budget

This commit is contained in:
Arpad Müller
2023-10-31 05:31:19 +01:00
parent 06a9692956
commit b06f36ebca
2 changed files with 5 additions and 4 deletions
+1
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,