Increase timeout in test

This commit is contained in:
alesapin 2020-06-15 22:11:17 +03:00
parent 8945d0073a
commit bd17aa8a0e

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 40 ]
if [ "$counter" -gt 120 ]
then
break
fi