Skip to content

Commit 9d9f9e1

Browse files
committed
try in different place
1 parent 3ebbe4e commit 9d9f9e1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docker/test/stateless/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ RUN mkdir -p /tmp/clickhouse-odbc-tmp \
6464
ENV TZ=Europe/Amsterdam
6565
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
6666

67-
ENV NUM_TRIES=3
67+
ENV NUM_TRIES=1
6868
ENV MAX_RUN_TIME=0
6969

7070
# Unrelated to vars in setup_minio.sh, but should be the same there

tests/ci/functional_test_check.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ def get_additional_envs(
4141
if "analyzer" in check_name:
4242
result.append("USE_OLD_ANALYZER=1")
4343

44+
result.append("NUM_TRIES=3")
45+
4446
if run_by_hash_total != 0:
4547
result.append(f"RUN_BY_HASH_NUM={run_by_hash_num}")
4648
result.append(f"RUN_BY_HASH_TOTAL={run_by_hash_total}")

0 commit comments

Comments
 (0)