Skip to content

Commit 2fb5948

Browse files
committed
try in different place
1 parent 3ebbe4e commit 2fb5948

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

docker/test/stateless/run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ source /setup_export_logs.sh
66
# fail on errors, verbose and export all env variables
77
set -e -x -a
88

9+
export NUM_TRIES=3
10+
911
# Choose random timezone for this test run.
1012
#
1113
# NOTE: that clickhouse-test will randomize session_timezone by itself as well

0 commit comments

Comments
 (0)