mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Increase timeout in test
This commit is contained in:
parent
8945d0073a
commit
bd17aa8a0e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user