Searched refs:SECOND_IN_MSECS (Results 1 – 1 of 1) sorted by relevance
61 private static final int SECOND_IN_MSECS = 1000; field in VtsPythonVirtualenvPreparer62 private static final int MINUTE_IN_MSECS = 60 * SECOND_IN_MSECS;64 private static final int PIP_RETRY_WAIT = 3 * SECOND_IN_MSECS;65 protected static final int PIP_INSTALL_DELAY = SECOND_IN_MSECS;440 long waitRetryCreate = 5 * SECOND_IN_MSECS; in createVirtualenv()632 CommandResult res = getRunUtil().runTimedCmd(30 * SECOND_IN_MSECS, getPipPath(), "list");