mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Just wait slightly more in test
This commit is contained in:
parent
7e71042c18
commit
0395f59b73
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user