Fixed test [#CLICKHOUSE-2].

This commit is contained in:
Alexey Milovidov 2017-01-22 14:10:11 +03:00
parent 812fd4fe87
commit 989e76b16c

View File

@ -6,7 +6,7 @@ clickhouse-client -n --query="
";
STEP_MULTIPLIER=1
if [ "$VALGRIND" -eq "1" ]; then
if [ "$VALGRIND" == "1" ]; then
STEP_MULTIPLIER=50
fi