mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Increasing default timeout for live view tests from 20 sec to 120 sec
to account for slowdowns.
This commit is contained in:
parent
7c2bd32c9c
commit
1ed7d176fc
@ -19,7 +19,7 @@ class client(object):
|
||||
self.client.command = command
|
||||
self.client.eol('\r')
|
||||
self.client.logger(log, prefix=name)
|
||||
self.client.timeout(20)
|
||||
self.client.timeout(120)
|
||||
self.client.expect('[#\$] ', timeout=60)
|
||||
self.client.send(command)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user