mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 09:02:00 +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
|
import httpexpect
|
||||||
|
|
||||||
def client(request, name='', log=None):
|
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.logger(log, prefix=name)
|
||||||
client.timeout(20)
|
client.timeout(20)
|
||||||
return client
|
return client
|
||||||
|
Loading…
Reference in New Issue
Block a user