mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Fixed test [#CLICKHOUSE-2].
This commit is contained in:
parent
812fd4fe87
commit
989e76b16c
@ -6,7 +6,7 @@ clickhouse-client -n --query="
|
||||
";
|
||||
|
||||
STEP_MULTIPLIER=1
|
||||
if [ "$VALGRIND" -eq "1" ]; then
|
||||
if [ "$VALGRIND" == "1" ]; then
|
||||
STEP_MULTIPLIER=50
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user