Skip to content

Commit

Permalink
Fix clickbench.py (#12802)
Browse files Browse the repository at this point in the history
  • Loading branch information
iddqdex authored Dec 20, 2024
1 parent 3f79dce commit 6ea7dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/tests/olap/load/lib/clickbench.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def do_setup_class(cls):
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)
Expand Down

0 comments on commit 6ea7dea

Please sign in to comment.