diff options
author | Олег <150132506+iddqdex@users.noreply.github.com> | 2024-12-20 08:39:18 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-20 05:39:18 +0000 |
commit | 6ea7deaf8d560c20db55bc8c70fa7d5559ceb212 (patch) | |
tree | a18f41b96998ced490e6601b1a6bea049229f2b5 | |
parent | 3f79dce377f83a60f02c09d53bc01b4bb8689494 (diff) | |
download | ydb-6ea7deaf8d560c20db55bc8c70fa7d5559ceb212.tar.gz |
Fix clickbench.py (#12802)
-rw-r--r-- | ydb/tests/olap/load/lib/clickbench.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/tests/olap/load/lib/clickbench.py b/ydb/tests/olap/load/lib/clickbench.py index 82374711cf..6dd3b71051 100644 --- a/ydb/tests/olap/load/lib/clickbench.py +++ b/ydb/tests/olap/load/lib/clickbench.py @@ -28,7 +28,7 @@ class TestClickbench(LoadSuiteBase): query_num=query_num, iterations=1, workload_type=cls.workload_type, - timeout=cls._get_timeout(query_num), + timeout=cls._get_query_settings(query_num).timeout, check_canonical=CheckCanonicalPolicy.ERROR ) cls.process_query_result(result=result, query_num=query_num, iterations=1, upload=False) |