We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d9f64b + 1281288 commit 3e79a6bCopy full SHA for 3e79a6b
high_test.py
@@ -30,7 +30,7 @@ def __init__(self, cmds):
30
def IsShellOk(self, cmd): # pylint: disable=unused-argument
31
return True
32
33
- def Shell(self, cmd):
+ def Shell(self, cmd, timeout_ms=None):
34
data = self._cmds.pop(0)
35
assert data[0] == cmd, (data, cmd)
36
return data[1], 0
0 commit comments