Relax flaky test

This commit is contained in:
Alexander Sapin 2023-08-07 12:59:25 +02:00
parent c830ad0a81
commit eb43d480f0

View File

@ -892,7 +892,7 @@ def test_s3_engine_heavy_write_check_mem(
assert int(memory_usage) < 1.2 * memory
assert int(memory_usage) > 0.8 * memory
assert int(wait_inflight) > 10 * 1000 * 1000
assert int(wait_inflight) > in_flight * 1000 * 1000
check_no_objects_after_drop(cluster, node_name=node_name)