mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
Fix test_throttling
This commit is contained in:
parent
b225f9c34b
commit
3710c7238d
@ -114,7 +114,7 @@ def node_update_config(mode, setting, value=None):
|
||||
|
||||
|
||||
def assert_took(took, should_took):
|
||||
assert took >= should_took[0] * 0.9 and took < should_took[1]
|
||||
assert took >= should_took[0] * 0.85 and took < should_took[1]
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
|
Loading…
Reference in New Issue
Block a user