We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d9f64b commit 1281288Copy full SHA for 1281288
1 file changed
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