Skip to content

Commit

Permalink
Increase upper wait time (#2142)
Browse files Browse the repository at this point in the history
  • Loading branch information
viirya committed Jul 23, 2022
1 parent 91b2d7e commit 1b82680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion object_store/src/throttle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ mod tests {

macro_rules! assert_bounds {
($d:expr, $lower:expr) => {
assert_bounds!($d, $lower, $lower + 1);
assert_bounds!($d, $lower, $lower + 2);
};
($d:expr, $lower:expr, $upper:expr) => {
let d = $d;
Expand Down

0 comments on commit 1b82680

Please sign in to comment.