Skip to content

Commit 3ebbe4e

Browse files
committed
enable retries for stateless tests
1 parent 9eab34f commit 3ebbe4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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=1
67+
ENV NUM_TRIES=3
6868
ENV MAX_RUN_TIME=0
6969

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

0 commit comments

Comments
 (0)