提交 256f1ba2 编写于 作者: N NicoYam 提交者: Gitee

update src/core/driver/lite_driver.py.

上级 8d246f02
......@@ -116,7 +116,7 @@ class LiteUnitTest(IDriver):
filter_result, status, _ = \
self.lite_device.execute_command_with_timeout(
self.mnt_cmd, case_type=DeviceTestType.lite_cpp_test, timeout=10)
self.mnt_cmd, case_type=DeviceTestType.lite_cpp_test, timeout=3)
if "already mounted" in filter_result:
self.log.info("nfs has been mounted")
return
......@@ -128,7 +128,7 @@ class LiteUnitTest(IDriver):
self.log.info("try mount %d" % (i + 2))
_, status, _ = self.lite_device.execute_command_with_timeout(
self.mnt_cmd, case_type=DeviceTestType.lite_cpp_test,
timeout=10)
timeout=3)
self.log.error("execute mount command failed")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册