mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Merge pull request #15945 from azat/tests-lv-fix-flackiness
Fix flackiness of LIVE VIEW tests by increasing timeout for HTTPConnection
This commit is contained in:
commit
f3655fb9eb
@ -8,7 +8,7 @@ sys.path.insert(0, os.path.join(CURDIR))
|
||||
import httpexpect
|
||||
|
||||
def client(request, name='', log=None):
|
||||
client = httpexpect.spawn({'host':'localhost','port':8123,'timeout':1}, request)
|
||||
client = httpexpect.spawn({'host':'localhost','port':8123,'timeout':30}, request)
|
||||
client.logger(log, prefix=name)
|
||||
client.timeout(20)
|
||||
return client
|
||||
|
Loading…
Reference in New Issue
Block a user