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 | 66 private static final int MINUTE_IN_MSECS = 60 * SECOND_IN_MSECS; field in VtsPythonVirtualenvPreparer 212 CommandResult c = getRunUtil().runTimedCmd(MINUTE_IN_MSECS, "ls", path); in dirExistsAndHaveReadAccess() 244 CommandResult c = getRunUtil().runTimedCmd(5 * MINUTE_IN_MSECS, scriptFile); in installDeps() 315 CommandResult result = getRunUtil().runTimedCmd(10 * MINUTE_IN_MSECS, getPipPath(), in installPipRequirementFile() 333 CommandResult result = getRunUtil().runTimedCmd(5 * MINUTE_IN_MSECS, getPipPath(), in installPipModuleLocally() 349 getRunUtil().runTimedCmd(5 * MINUTE_IN_MSECS, getPipPath(), "install", name); in installPipModule() 356 5 * MINUTE_IN_MSECS, getPipPath(), "install", "--upgrade", name); in installPipModule() 474 CommandResult c = getRunUtil().runTimedCmd(3 * MINUTE_IN_MSECS, cmd); in createVirtualenv() 567 long totalWaitCheckComplete = 3 * MINUTE_IN_MSECS; in createVirtualenv_waitForOtherProcessToCreateVirtualEnv()
|