From 14485238b1b82375513f00920346d35293ca5b7e Mon Sep 17 00:00:00 2001 From: alesapin Date: Fri, 13 Nov 2020 16:28:04 +0300 Subject: [PATCH] Update 01040_dictionary_invalidate_query_switchover_long.sh --- .../01040_dictionary_invalidate_query_switchover_long.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/queries/0_stateless/01040_dictionary_invalidate_query_switchover_long.sh b/tests/queries/0_stateless/01040_dictionary_invalidate_query_switchover_long.sh index 6879fedf978..f9b4573bfb4 100755 --- a/tests/queries/0_stateless/01040_dictionary_invalidate_query_switchover_long.sh +++ b/tests/queries/0_stateless/01040_dictionary_invalidate_query_switchover_long.sh @@ -73,7 +73,7 @@ function check_exception_fixed() } export -f check_exception_fixed; -# it may take a long until dictionary reloads +# it may take a while until dictionary reloads timeout 60 bash -c check_exception_fixed 2> /dev/null $CLICKHOUSE_CLIENT --query "SELECT last_exception FROM system.dictionaries WHERE database = 'dictdb' AND name = 'invalidate'" 2>&1