We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ebbe4e commit 2fb5948Copy full SHA for 2fb5948
docker/test/stateless/Dockerfile
@@ -64,7 +64,7 @@ RUN mkdir -p /tmp/clickhouse-odbc-tmp \
64
ENV TZ=Europe/Amsterdam
65
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
66
67
-ENV NUM_TRIES=3
+ENV NUM_TRIES=1
68
ENV MAX_RUN_TIME=0
69
70
# Unrelated to vars in setup_minio.sh, but should be the same there
docker/test/stateless/run.sh
@@ -6,6 +6,8 @@ source /setup_export_logs.sh
6
# fail on errors, verbose and export all env variables
7
set -e -x -a
8
9
+export NUM_TRIES=3
10
+
11
# Choose random timezone for this test run.
12
#
13
# NOTE: that clickhouse-test will randomize session_timezone by itself as well
0 commit comments