Searched refs:MINUTE_IN_MSECS (Results 1 – 1 of 1) sorted by relevance
/test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/ |
D | VtsPythonVirtualenvPreparer.java | 62 private static final int MINUTE_IN_MSECS = 60 * SECOND_IN_MSECS; field in VtsPythonVirtualenvPreparer 216 CommandResult c = getRunUtil().runTimedCmd(MINUTE_IN_MSECS, "ls", path); in dirExistsAndHaveReadAccess() 248 CommandResult c = getRunUtil().runTimedCmd(5 * MINUTE_IN_MSECS, scriptFile); in installDeps() 319 CommandResult result = getRunUtil().runTimedCmd(10 * MINUTE_IN_MSECS, getPipPath(), in installPipRequirementFile() 337 CommandResult result = getRunUtil().runTimedCmd(5 * MINUTE_IN_MSECS, getPipPath(), in installPipModuleLocally() 353 getRunUtil().runTimedCmd(5 * MINUTE_IN_MSECS, getPipPath(), "install", name); in installPipModule() 360 5 * MINUTE_IN_MSECS, getPipPath(), "install", "--upgrade", name); in installPipModule()
|