You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2022/07/23 19:05:10 UTC

[GitHub] [arrow-rs] alamb commented on a diff in pull request #2142: Increase upper wait time to reduce flakyness of test

alamb commented on code in PR #2142:
URL: https://github.com/apache/arrow-rs/pull/2142#discussion_r928155043


##########
object_store/src/throttle.rs:
##########
@@ -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);

Review Comment:
   👍  thank you @viirya 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org