mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-23 16:10:37 +00:00
Fix tests by increasing budget
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user