mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
Merge pull request #68552 from ClickHouse/tests-increase-hung-check-timeout
Stateless tests: increase hung check timeout
This commit is contained in:
commit
c40306d3ee
@ -2572,12 +2572,12 @@ def do_run_tests(jobs, test_suite: TestSuite):
|
||||
try:
|
||||
clickhouse_execute(
|
||||
args,
|
||||
query="SELECT 1 /*hang up check*/",
|
||||
max_http_retries=5,
|
||||
timeout=20,
|
||||
query="SELECT 1 /*hung check*/",
|
||||
max_http_retries=20,
|
||||
timeout=10,
|
||||
)
|
||||
except Exception:
|
||||
print("Hang up check failed")
|
||||
print("Hung check failed")
|
||||
server_died.set()
|
||||
|
||||
if server_died.is_set():
|
||||
|
Loading…
Reference in New Issue
Block a user