提交 1ed7d176 编写于 作者: V Vitaliy Zakaznikov

Increasing default timeout for live view tests from 20 sec to 120 sec

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