提交 f2d8ac7e 编写于 作者: V Vitaliy Zakaznikov

Increasing timeout when opening a client in tests/queries/0_stateless/helpers/client.py.

上级 15e8f378
......@@ -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):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册