mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Increasing timeout when opening a client in tests/queries/0_stateless/helpers/client.py.
This commit is contained in:
parent
15e8f37839
commit
f2d8ac7ece
@ -20,7 +20,7 @@ class client(object):
|
||||
self.client.eol('\r')
|
||||
self.client.logger(log, prefix=name)
|
||||
self.client.timeout(20)
|
||||
self.client.expect('[#\$] ', timeout=2)
|
||||
self.client.expect('[#\$] ', timeout=60)
|
||||
self.client.send(command)
|
||||
|
||||
def __enter__(self):
|
||||
|
Loading…
Reference in New Issue
Block a user