Skip to content

Commit

Permalink
tests: Relax the limit for rate-limiter tests
Browse files Browse the repository at this point in the history
Signed-off-by: Bo Chen <[email protected]>
  • Loading branch information
likebreath committed Sep 20, 2024
1 parent 2ad8fac commit 43fa0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10644,7 +10644,7 @@ mod rate_limiter {
} else {
parse_fio_output_iops(&output, &fio_ops, num_queues).unwrap()
};
assert!(check_rate_limit(measured_rate, limit_rate, 0.1));
assert!(check_rate_limit(measured_rate, limit_rate, 0.2));
});

let _ = child.kill();
Expand Down

0 comments on commit 43fa0ec

Please sign in to comment.