Just wait slightly more in test

This commit is contained in:
alesapin 2020-05-18 12:03:33 +03:00
parent 7e71042c18
commit 0395f59b73

View File

@ -105,7 +105,7 @@ sleep 1
counter=0
while [[ $($CLICKHOUSE_CLIENT --query "select * from system.mutations where table like 'concurrent_mutate_mt_%' and is_done=0" 2>&1) ]]; do
if [ "$counter" -gt 20 ]
if [ "$counter" -gt 40 ]
then
break
fi